Skip to content

Files

Latest commit

7b0c7f9 · Feb 13, 2025

History

History
14 lines (11 loc) · 776 Bytes

PutBankTransfersBankTransfer.md

File metadata and controls

14 lines (11 loc) · 776 Bytes

# PutBankTransfersBankTransfer

Properties

Name Type Description Notes
fromBankAccountId string The bank account that the money was transfered from [optional]
toBankAccountId string The bank account that the money was transfered to [optional]
date \DateTime The date of the bank transfer [optional]
amount float The amount of the bank transfer [optional]
reference string The reference for the bank transfer [optional]
description string The description for the bank transfer [optional]

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