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** | **String**| Xero identifier for Tenant |
8514
8514
**page** | **Integer**| 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]
8515
-
**linked_transaction_id** | **String**| The Xero identifier for an Linked Transaction | [optional]
8516
-
**source_transaction_id** | **String**| Filter by the SourceTransactionID. Get the linked transactions created from a particular ACCPAY invoice | [optional]
8517
-
**contact_id** | **String**| Filter by the ContactID. Get all the linked transactions that have been assigned to a particular customer. | [optional]
8515
+
**linked_transaction_id** | [**String**](.md)| The Xero identifier for an Linked Transaction | [optional]
8516
+
**source_transaction_id** | [**String**](.md)| Filter by the SourceTransactionID. Get the linked transactions created from a particular ACCPAY invoice | [optional]
8517
+
**contact_id** | [**String**](.md)| Filter by the ContactID. Get all the linked transactions that have been assigned to a particular customer. | [optional]
8518
8518
**status** | **String**| Filter by the combination of ContactID and Status. Get the linked transactions associaed to a customer and with a status | [optional]
8519
-
**target_transaction_id** | **String**| Filter by the TargetTransactionID. Get all the linked transactions allocated to a particular ACCREC invoice | [optional]
8519
+
**target_transaction_id** | [**String**](.md)| Filter by the TargetTransactionID. Get all the linked transactions allocated to a particular ACCREC invoice | [optional]
**cis_enabled** | **Boolean** | Boolean that describes if the contact is a CIS Subcontractor | [optional]
8
-
**rate** | **Integer** | 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
+
**rate** | **BigDecimal** | CIS Deduction rate for the contact if he is a subcontractor. If the contact is not CISEnabled, then the rate is not returned | [optional]
@@ -21,6 +21,7 @@ Name | Type | Description | Notes
21
21
**expected_payment_date** | **Date** | Shown on sales invoices (Accounts Receivable) when this has been set | [optional]
22
22
**planned_payment_date** | **Date** | Shown on bills (Accounts Payable) when this has been set | [optional]
23
23
**cis_deduction** | **BigDecimal** | CIS deduction for UK contractors | [optional]
24
+
**cis_rate** | **BigDecimal** | CIS Deduction rate for the organisation | [optional]
24
25
**sub_total** | **BigDecimal** | Total of invoice excluding taxes | [optional]
25
26
**total_tax** | **BigDecimal** | Total tax on invoice | [optional]
26
27
**total** | **BigDecimal** | Total of Invoice tax inclusive (i.e. SubTotal + TotalTax). This will be ignored if it doesn’t equal the sum of the LineAmounts | [optional]
Copy file name to clipboardExpand all lines: docs/accounting/Organisation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Name | Type | Description | Notes
33
33
**_class** | **String** | Organisation Classes describe which plan the Xero organisation is on (e.g. DEMO, TRIAL, PREMIUM) | [optional]
34
34
**edition** | **String** | BUSINESS or PARTNER. Partner edition organisations are sold exclusively through accounting partners and have restricted functionality (e.g. no access to invoicing) | [optional]
35
35
**line_of_business** | **String** | Description of business type as defined in Organisation settings | [optional]
36
-
**addresses** | [**Array<Address>**](Address.md) | Address details for organisation – see Addresses | [optional]
36
+
**addresses** | [**Array<AddressForOrganisation>**](AddressForOrganisation.md) | Address details for organisation – see Addresses | [optional]
37
37
**phones** | [**Array<Phone>**](Phone.md) | Phones details for organisation – see Phones | [optional]
38
38
**external_links** | [**Array<ExternalLink>**](ExternalLink.md) | Organisation profile links for popular services such as Facebook,Twitter, GooglePlus and LinkedIn. You can also add link to your website here. Shown if Organisation settings is updated in Xero. See ExternalLinks below | [optional]
0 commit comments