Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 871 Bytes

File metadata and controls

15 lines (11 loc) · 871 Bytes

Transfer

Properties

Name Type Description Notes
type String The type identifier for this transfer record. [default to null]
recipient String Identifier of the merchant receiving the funds. [default to null]
remitter String Identifier of the merchant sending the funds. [default to null]
amount Integer Amount greater than or equal to 0, in the lowest denomination of the currency (e.g. cents for USD). [default to null]
currency Currency [default to null]
happened_at Date Timestamp when the transfer occurred. [default to null]

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