Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CustodyOrder

Index

Properties

amount

amount: Decimal | null

Custody order amount, null if not known yet.

createdAt

createdAt: number

Epoch timestamp when custody order was created.

estimatedFees

estimatedFees: Decimal | null

Estimated custody order fees.

feeInAmount

feeInAmount: boolean

Flag indicating if fees are included in order amount.

fees

fees: Decimal | null

Actual custody order fees, null if not known yet.

fromAccountId

fromAccountId: string | null

Debit Account identifier, if applicable.

fromAddresses

fromAddresses: Array<string> | null

Crypto addresses from which funds where received, if any.

fromUserId

fromUserId: string | null

Debit account's user identifier, if applicable.

fromUserIntegratorId

fromUserIntegratorId: string | null

Debit account's user integrator identifier, if applicable.

id

id: string

Identifier

status

Custody order status.

toAccountId

toAccountId: string | null

Credit Account identifier, if applicable.

toAddress

toAddress: string | null

Destination crypto address, if applicable.

toUserId

toUserId: string | null

Credit account's user identifier, if applicable.

toUserIntegratorId

toUserIntegratorId: string | null

Credit account's user integrator identifier, if applicable.

type

Custody order type.

updatedAt

updatedAt: number

Epoch timestamp when custody order was updated.

Legend

  • Property
  • Method
  • Inherited property
  • Static property

Generated using TypeDoc