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: xero_python/accounting/docs/AccountingApi.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9071,7 +9071,7 @@ Name | Type | Description | Notes
9071
9071
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
**amount** | **float** | the amount being applied to the invoice |
8
11
**date** | **date** | the date the allocation is applied YYYY-MM-DD. |
12
+
**status_attribute_string** | **str** | A string to indicate if a invoice status | [optional]
13
+
**validation_errors** | [**list[ValidationError]**](ValidationError.md) | Displays array of validation error messages from the API | [optional]
9
14
10
15
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: xero_python/accounting/docs/Organisation.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ Name | Type | Description | Notes
15
15
**is_demo_company** | **bool** | Boolean to describe if organisation is a demo company. | [optional]
16
16
**organisation_status** | **str** | Will be set to ACTIVE if you can connect to organisation via the Xero API | [optional]
17
17
**registration_number** | **str** | Shows for New Zealand, Australian and UK organisations | [optional]
18
+
**employer_identification_number** | **str** | Shown if set. US Only. | [optional]
18
19
**tax_number** | **str** | Shown if set. Displays in the Xero UI as Tax File Number (AU), GST Number (NZ), VAT Number (UK) and Tax ID Number (US & Global). | [optional]
19
20
**financial_year_end_day** | **int** | Calendar day e.g. 0-31 | [optional]
20
21
**financial_year_end_month** | **int** | Calendar Month e.g. 1-12 | [optional]
**status_attribute_string** | **str** | A string to indicate if a invoice status | [optional]
29
+
**validation_errors** | [**list[ValidationError]**](ValidationError.md) | Displays array of validation error messages from the API | [optional]
28
30
29
31
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments