Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 807 Bytes

TransferType.md

File metadata and controls

12 lines (7 loc) · 807 Bytes

TransferType

The type of transfer. This will be either debit or credit. A debit indicates a transfer of money into the origination account; a credit indicates a transfer of money out of the origination account.

Properties

Name Type Description Notes
value str The type of transfer. This will be either `debit` or `credit`. A `debit` indicates a transfer of money into the origination account; a `credit` indicates a transfer of money out of the origination account. must be one of ["debit", "credit", ]

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