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: sync-for-payables/docs/models/shared/bankaccountmappingoption.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
@@ -12,5 +12,5 @@
12
12
| `sort_code` | *OptionalNullable[str]* | :heavy_minus_sign: | Sort code for the bank account.<br/><br/>Xero integrations<br/>The sort code is only displayed when the currency = GBP and the sort code and account number sum to 14 digits. For non-GBP accounts, this field is not populated. | |
13
13
| `currency` | *OptionalNullable[str]* | :heavy_minus_sign: | The bank account's base currency. | |
14
14
| `status` | [Optional[shared.BankAccountStatus]](../../models/shared/bankaccountstatus.md) | :heavy_minus_sign: | The current status of the bank account. | Active |
15
-
| `account_type` | [Optional[shared.AccountType]](../../models/shared/accounttype.md) | :heavy_minus_sign: | The type of transactions and balances on the account. <br/>For Credit accounts, positive balances are liabilities, and positive transactions **reduce** liabilities. <br/>For Debit accounts, positive balances are assets, and positive transactions **increase** assets. | |
15
+
| `account_type` | [Optional[shared.BankAccountType]](../../models/shared/bankaccounttype.md) | :heavy_minus_sign: | The type of transactions and balances on the account. <br/>For Credit accounts, positive balances are liabilities, and positive transactions **reduce** liabilities. <br/>For Debit accounts, positive balances are assets, and positive transactions **increase** assets. | |
0 commit comments