/home/desid573/public_html/angel/payment/xero/docs/Model
Edit: /home/desid573/public_html/angel/payment/xero/docs/Model/Account.md (2466B)
# Account
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | **string** | Customer defined alpha numeric account code e.g 200 or SALES (max length = 10) | [optional]
**name** | **string** | Name of account (max length = 150) | [optional]
**account_id** | **string** | The Xero identifier for an account – specified as a string following the endpoint name e.g. /297c2dc5-cc47-4afd-8ec8-74990b8761e9 | [optional]
**type** | [**\XeroAPI\XeroPHP\Models\Accounting\AccountType**](AccountType.md) | | [optional]
**bank_account_number** | **string** | For bank accounts only (Account Type BANK) | [optional]
**status** | **string** | Accounts with a status of ACTIVE can be updated to ARCHIVED. See Account Status Codes | [optional]
**description** | **string** | Description of the Account. Valid for all types of accounts except bank accounts (max length = 4000) | [optional]
**bank_account_type** | **string** | For bank accounts only. See Bank Account types | [optional]
**currency_code** | [**\XeroAPI\XeroPHP\Models\Accounting\CurrencyCode**](CurrencyCode.md) | | [optional]
**tax_type** | **string** | The tax type from TaxRates | [optional]
**enable_payments_to_account** | **bool** | Boolean – describes whether account can have payments applied to it | [optional]
**show_in_expense_claims** | **bool** | Boolean – describes whether account code is available for use with expense claims | [optional]
**class** | **string** | See Account Class Types | [optional]
**system_account** | **string** | If this is a system account then this element is returned. See System Account types. Note that non-system accounts may have this element set as either “” or null. | [optional]
**reporting_code** | **string** | Shown if set | [optional]
**reporting_code_name** | **string** | Shown if set | [optional]
**has_attachments** | **bool** | boolean to indicate if an account has an attachment (read only) | [optional]
**updated_date_utc** | [**\DateTime**](\DateTime.md) | Last modified date UTC format | [optional]
**validation_errors** | [**\XeroAPI\XeroPHP\Models\Accounting\ValidationError[]**](ValidationError.md) | Displays array of validation error messages from the API | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)