Options
All
  • Public
  • Public/Protected
  • All
Menu

Transaction amount details.

See Transaction.

Hierarchy

  • TransactionAmount

Index

Properties

accountId

accountId: string | null

Account id or null if it is external user.

accountNumber

accountNumber: string | null

Fiat account number or null.

address

address: string | null

Blockchain address or null.

amount

amount: Decimal | null

Amount in transaction currency or null if transaction is Ethereum contract deploy.

bic

bic: string | null

Fiat account BIC or null.

direction

Direction, either 'SENT' or 'RECEIVED'.

fiatAmount

fiatAmount: Dictionary<CurrencyCode, number> | null

Amount in fiat currencies at the time of the transaction submission.

iban

iban: string | null

Fiat account IBAN or null.

isChange

isChange: boolean

Indicates if this amount represents change amount.

sortCode

sortCode: string | null

Fiat account sort code or null.

userId

userId: string | null

User id or null if it is external user.

userIntegratorId

userIntegratorId: string | null

User integrator id or null if it is external user.

Legend

  • Property
  • Method
  • Property
  • Inherited property
  • Static property

Generated using TypeDoc