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.
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 | Boolean | 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] |