@@ -24298,7 +24298,7 @@ components:
24298
24298
type: array
24299
24299
minItems: 1
24300
24300
items:
24301
- $ref: '#/components/schemas/BankTransactions '
24301
+ $ref: '#/components/schemas/BankTransaction '
24302
24302
LineAmountTypes:
24303
24303
description: Line amounts are exclusive of tax by default if you don’t specify this element. See Line Amount Types
24304
24304
type: string
@@ -24933,7 +24933,7 @@ components:
24933
24933
type: array
24934
24934
minItems: 1
24935
24935
items:
24936
- $ref: '#/components/schemas/Contacts '
24936
+ $ref: '#/components/schemas/Contact '
24937
24937
Budgets:
24938
24938
type: object
24939
24939
x-isObjectArray: true
@@ -25326,7 +25326,7 @@ components:
25326
25326
type: array
25327
25327
minItems: 1
25328
25328
items:
25329
- $ref: '#/components/schemas/CreditNotes '
25329
+ $ref: '#/components/schemas/CreditNote '
25330
25330
Allocations:
25331
25331
type: object
25332
25332
x-isObjectArray: true
@@ -26578,7 +26578,7 @@ components:
26578
26578
type: array
26579
26579
minItems: 1
26580
26580
items:
26581
- $ref: '#/components/schemas/ManualJournals '
26581
+ $ref: '#/components/schemas/ManualJournal '
26582
26582
ManualJournalLine:
26583
26583
externalDocs:
26584
26584
url: 'http://developer.xero.com/documentation/api/manual-journals/'
@@ -27412,7 +27412,7 @@ components:
27412
27412
type: array
27413
27413
minItems: 1
27414
27414
items:
27415
- $ref: '#/components/schemas/Overpayments '
27415
+ $ref: '#/components/schemas/Overpayment '
27416
27416
Payments:
27417
27417
type: object
27418
27418
x-isObjectArray: true
@@ -27569,7 +27569,7 @@ components:
27569
27569
type: array
27570
27570
minItems: 1
27571
27571
items:
27572
- $ref: '#/components/schemas/Payments '
27572
+ $ref: '#/components/schemas/Payment '
27573
27573
Prepayments:
27574
27574
type: object
27575
27575
x-isObjectArray: true
@@ -27698,7 +27698,7 @@ components:
27698
27698
type: array
27699
27699
minItems: 1
27700
27700
items:
27701
- $ref: '#/components/schemas/Prepayments '
27701
+ $ref: '#/components/schemas/Prepayment '
27702
27702
PurchaseOrders:
27703
27703
type: object
27704
27704
x-isObjectArray: true
@@ -27855,7 +27855,7 @@ components:
27855
27855
type: array
27856
27856
minItems: 1
27857
27857
items:
27858
- $ref: '#/components/schemas/PurchaseOrders '
27858
+ $ref: '#/components/schemas/PurchaseOrder '
27859
27859
PageInfo:
27860
27860
type: object
27861
27861
description: Pagination information
0 commit comments