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/BatchPayment.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
@@ -19,6 +19,7 @@ Name | Type | Description | Notes
19
19
**total_amount** | **str** | The total of the payments that make up the batch (read-only) | [optional]
20
20
**updated_date_utc** | **datetime** | UTC timestamp of last update to the payment | [optional]
21
21
**is_reconciled** | **str** | Booelan that tells you if the batch payment has been reconciled (read-only) | [optional]
22
+
**validation_errors** | [**list[ValidationError]**](ValidationError.md) | Displays array of validation error messages from the API | [optional]
22
23
23
24
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**total** | **float** | The total number of accounts in the org | [optional]
7
-
**new** | **float** | The number of new accounts created | [optional]
8
-
**updated** | **float** | The number of accounts updated | [optional]
9
-
**deleted** | **float** | The number of accounts deleted | [optional]
10
-
**locked** | **float** | The number of locked accounts | [optional]
11
-
**system** | **float** | The number of system accounts | [optional]
12
-
**errored** | **float** | The number of accounts that had an error | [optional]
6
+
**total** | **int** | The total number of accounts in the org | [optional]
7
+
**new** | **int** | The number of new accounts created | [optional]
8
+
**updated** | **int** | The number of accounts updated | [optional]
9
+
**deleted** | **int** | The number of accounts deleted | [optional]
10
+
**locked** | **int** | The number of locked accounts | [optional]
11
+
**system** | **int** | The number of system accounts | [optional]
12
+
**errored** | **int** | The number of accounts that had an error | [optional]
13
13
**present** | **bool** | | [optional]
14
-
**new_or_updated** | **float** | The number of new or updated accounts | [optional]
14
+
**new_or_updated** | **int** | The number of new or updated accounts | [optional]
15
15
16
16
[[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