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
**xero_tenant_id** | **str**| Xero identifier for Tenant |
8294
8294
**page** | **int**| Up to 100 linked transactions will be returned in a single API call. Use the page parameter to specify the page to be returned e.g. page=1. | [optional]
8295
-
**linked_transaction_id** | **str**| The Xero identifier for an Linked Transaction | [optional]
8296
-
**source_transaction_id** | **str**| Filter by the SourceTransactionID. Get the linked transactions created from a particular ACCPAY invoice | [optional]
8297
-
**contact_id** | **str**| Filter by the ContactID. Get all the linked transactions that have been assigned to a particular customer. | [optional]
8295
+
**linked_transaction_id** | [**str**](.md)| The Xero identifier for an Linked Transaction | [optional]
8296
+
**source_transaction_id** | [**str**](.md)| Filter by the SourceTransactionID. Get the linked transactions created from a particular ACCPAY invoice | [optional]
8297
+
**contact_id** | [**str**](.md)| Filter by the ContactID. Get all the linked transactions that have been assigned to a particular customer. | [optional]
8298
8298
**status** | **str**| Filter by the combination of ContactID and Status. Get the linked transactions associaed to a customer and with a status | [optional]
8299
-
**target_transaction_id** | **str**| Filter by the TargetTransactionID. Get all the linked transactions allocated to a particular ACCREC invoice | [optional]
8299
+
**target_transaction_id** | [**str**](.md)| Filter by the TargetTransactionID. Get all the linked transactions allocated to a particular ACCREC invoice | [optional]
8300
8300
8301
8301
### Return type
8302
8302
@@ -11668,7 +11668,7 @@ api_client = ApiClient(
11668
11668
api_instance = AccountingApi(api_client)
11669
11669
11670
11670
xero_tenant_id = 'YOUR_XERO_TENANT_ID' # str | Xero identifier for Tenant
11671
-
date = '2019-11-01' # str | The date of the Balance Sheet report (optional)
11671
+
date = '2019-11-01' # date | The date of the Balance Sheet report (optional)
11672
11672
periods = 3 # int | The number of periods for the Balance Sheet report (optional)
11673
11673
timeframe = 'MONTH' # str | The period size to compare to (MONTH, QUARTER, YEAR) (optional)
11674
11674
tracking_option_id1 = '00000000-0000-0000-000-000000000000' # str | The tracking option 1 for the Balance Sheet report (optional)
**address_type** | **str** | define the type of address | [optional]
7
+
**address_line1** | **str** | max length = 500 | [optional]
8
+
**address_line2** | **str** | max length = 500 | [optional]
9
+
**address_line3** | **str** | max length = 500 | [optional]
10
+
**address_line4** | **str** | max length = 500 | [optional]
11
+
**city** | **str** | max length = 255 | [optional]
12
+
**region** | **str** | max length = 255 | [optional]
13
+
**postal_code** | **str** | max length = 50 | [optional]
14
+
**country** | **str** | max length = 50, [A-Z], [a-z] only | [optional]
15
+
**attention_to** | **str** | max length = 255 | [optional]
16
+
17
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**cis_contractor_enabled** | **bool** | true or false - Boolean that describes if the organisation is a CIS Contractor | [optional]
7
7
**cis_sub_contractor_enabled** | **bool** | true or false - Boolean that describes if the organisation is a CIS SubContractor | [optional]
8
-
**rate** | **int** | CIS Deduction rate for the organisation | [optional]
8
+
**rate** | **float** | CIS Deduction rate for the organisation | [optional]
9
9
10
10
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**cis_enabled** | **bool** | Boolean that describes if the contact is a CIS Subcontractor | [optional]
7
-
**rate** | **int** | CIS Deduction rate for the contact if he is a subcontractor. If the contact is not CISEnabled, then the rate is not returned | [optional]
7
+
**rate** | **float** | CIS Deduction rate for the contact if he is a subcontractor. If the contact is not CISEnabled, then the rate is not returned | [optional]
8
8
9
9
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**date** | **date** | The date the credit note is issued YYYY-MM-DD. If the Date element is not specified then it will default to the current date based on the timezone setting of the organisation | [optional]
9
+
**due_date** | **date** | Date invoice is due – YYYY-MM-DD | [optional]
9
10
**status** | **str** | See Credit Note Status Codes | [optional]
0 commit comments