Options
All
  • Public
  • Public/Protected
  • All
Menu
export
interface

ExchangeTransferParams

Hierarchy

  • ExchangeTransferParams

Index

Properties

charged_amount: null | number

Amount to be converted

memberof

ExchangeTransferParams

charged_currency: string

Account currency the funds to be converted from

memberof

ExchangeTransferParams

custom_id?: string

Exchange transaction reference ID in your system

memberof

ExchangeTransferParams

force_commit?: boolean

Is false if omitted. Set true to turn off two-step exchange. Set false for two-step exchange and commit it within 30 seconds

memberof

ExchangeTransferParams

received_amount: null | number

Amount to be received upon exchange execution

memberof

ExchangeTransferParams

received_currency: string

Account currency the funds to be converted to

memberof

ExchangeTransferParams

Generated using TypeDoc