Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.21 KB

TransfersResponse.md

File metadata and controls

23 lines (15 loc) · 1.21 KB

TransfersResponse

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. [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]
method TransferMethodResponse [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]