You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/models/components/AccountingBankAccountInput.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
|`name`|*JsonNullable\<String>*|:heavy_minus_sign:| The name of the bank account | Main Operating Account |
10
10
|`accountNumber`|*JsonNullable\<String>*|:heavy_minus_sign:| The bank account number | 123465 |
11
11
|`accountType`|[Optional\<AccountingBankAccountAccountType>](../../models/components/AccountingBankAccountAccountType.md)|:heavy_minus_sign:| The type of bank account | checking |
|`bankName`|*JsonNullable\<String>*|:heavy_minus_sign:| The name of the bank or financial institution | Chase Bank |
14
14
|`currency`|[JsonNullable\<Currency>](../../models/components/Currency.md)|:heavy_minus_sign:| Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217). | USD |
15
15
|`balance`|*JsonNullable\<Double>*|:heavy_minus_sign:| The current balance of the bank account | 25000 |
0 commit comments