Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.37 KB

TransferResponse.md

File metadata and controls

20 lines (16 loc) · 1.37 KB

Conekta.net.Model.TransferResponse

A transfer represents the action of sending an amount to a business bank account including the status, amount and method used to make the transfer.

Properties

Name Type Description Notes
Amount long Amount in cents of the transfer. [optional]
CreatedAt long Date and time of creation of the transfer in Unix format. [optional]
Currency string The currency of the transfer. It uses the 3-letter code of the International Standard ISO 4217. [optional]
Id string Unique identifier of the transfer. [optional]
Livemode bool Indicates whether the transfer was created in live mode or test mode. [optional]
Destination TransferDestinationResponse [optional]
Object string Object name, which is transfer. [optional]
StatementDescription string Description of the transfer. [optional]
StatementReference string Reference number of the transfer. [optional]
Status string Code indicating transfer status. [optional]

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