Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.62 KB

PayoutResponse.md

File metadata and controls

20 lines (14 loc) · 1.62 KB

PayoutResponse

Properties

Name Type Description Notes
payoutId string [default to undefined]
paymentAccount PaymentAccountResponse [default to undefined]
createdAt number [default to undefined]
state PayoutState [default to undefined]
status PayoutStatus [default to undefined]
instructionSet Array<PayoutInstructionResponse> [default to undefined]
reasonOfFailure string <ul> <li> INSUFFICIENT_BALANCE</li> <li> SOURCE_TRANSLATION</li> <li> SOURCE_NOT_UNIQUE</li> <li> SOURCE_NOT_FOUND</li> <li> SOURCE_TYPE_NOT_SUPPORTED</li> <li> EMPTY_SOURCE</li> <li> DESTINATION_TRANSLATION</li> <li> DESTINATION_NOT_UNIQUE</li> <li> DESTINATION_NOT_FOUND</li> <li> EMPTY_DESTINATION</li> <li> PARSING </li> <li> UNKNOWN</li> <li> FIREBLOCKS_CLIENT</li> <li> TRANSACTION_SUBMISSION</li> </ul> [optional] [default to undefined]
initMethod PayoutInitMethod [optional] [default to undefined]
reportUrl string [optional] [default to undefined]

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