Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 779 Bytes

File metadata and controls

23 lines (11 loc) · 779 Bytes

PaymentInstructions

Properties

Name Type Description Notes
type string The type of destination. Use "BLOCKCHAIN" for blockchain address destinations. [default to undefined]
address InternalTransferAddress [default to undefined]
referenceId string [optional] [default to undefined]

Enum: PaymentInstructionsTypeEnum

  • Blockchain (value: 'BLOCKCHAIN')

  • InternalTransfer (value: 'INTERNAL_TRANSFER')

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