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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ Name | Type | Description | Notes
16
16
**payments** | [**list[Payment]**](Payment.md) | An array of payments | [optional]
17
17
**type** | **str** | PAYBATCH for bill payments or RECBATCH for sales invoice payments (read-only) | [optional]
18
18
**status** | **str** | AUTHORISED or DELETED (read-only). New batch payments will have a status of AUTHORISED. It is not possible to delete batch payments via the API. | [optional]
19
-
**total_amount** | **str** | The total of the payments that make up the batch (read-only) | [optional]
19
+
**total_amount** | **float** | 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
-
**is_reconciled** | **str** | Booelan that tells you if the batch payment has been reconciled (read-only) | [optional]
21
+
**is_reconciled** | **bool** | Booelan that tells you if the batch payment has been reconciled (read-only) | [optional]
22
22
**validation_errors** | [**list[ValidationError]**](ValidationError.md) | Displays array of validation error messages from the API | [optional]
23
23
24
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)
0 commit comments