Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 801 Bytes

File metadata and controls

24 lines (12 loc) · 801 Bytes

TransferReceipt

Properties

Name Type Description Notes
amount string The amount of the fiat transfer. [default to undefined]
type string [optional] [default to undefined]
txHash string The hash of the transaction on the blockchain. [optional] [default to undefined]
referenceId string The reference ID for the fiat transfer. [optional] [default to undefined]

Enum: TransferReceiptTypeEnum

  • Blockchain (value: 'BLOCKCHAIN')

  • Fiat (value: 'FIAT')

[Back to top] [Back to API list] [Back to Model list] [Back to README]