Skip to content

Commit 113d23f

Browse files
author
sangeet-joy_xero
committed
build from latest OAS
1 parent 09c2012 commit 113d23f

File tree

9 files changed

+32
-32
lines changed

9 files changed

+32
-32
lines changed

docs/v2/accounting/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2883,7 +2883,7 @@
28832883
"minItems" : 1,
28842884
"type" : "array",
28852885
"items" : {
2886-
"$ref" : "#/components/schemas/BankTransactions"
2886+
"$ref" : "#/components/schemas/BankTransaction"
28872887
}
28882888
}
28892889
},
@@ -2912,7 +2912,7 @@
29122912
"minItems" : 1,
29132913
"type" : "array",
29142914
"items" : {
2915-
"$ref" : "#/components/schemas/Contacts"
2915+
"$ref" : "#/components/schemas/Contact"
29162916
}
29172917
}
29182918
},
@@ -2941,7 +2941,7 @@
29412941
"minItems" : 1,
29422942
"type" : "array",
29432943
"items" : {
2944-
"$ref" : "#/components/schemas/CreditNotes"
2944+
"$ref" : "#/components/schemas/CreditNote"
29452945
}
29462946
}
29472947
},
@@ -2999,7 +2999,7 @@
29992999
"minItems" : 1,
30003000
"type" : "array",
30013001
"items" : {
3002-
"$ref" : "#/components/schemas/ManualJournals"
3002+
"$ref" : "#/components/schemas/ManualJournal"
30033003
}
30043004
}
30053005
},
@@ -3028,7 +3028,7 @@
30283028
"minItems" : 1,
30293029
"type" : "array",
30303030
"items" : {
3031-
"$ref" : "#/components/schemas/Overpayments"
3031+
"$ref" : "#/components/schemas/Overpayment"
30323032
}
30333033
}
30343034
},
@@ -3057,7 +3057,7 @@
30573057
"minItems" : 1,
30583058
"type" : "array",
30593059
"items" : {
3060-
"$ref" : "#/components/schemas/Payments"
3060+
"$ref" : "#/components/schemas/Payment"
30613061
}
30623062
}
30633063
},
@@ -3086,7 +3086,7 @@
30863086
"minItems" : 1,
30873087
"type" : "array",
30883088
"items" : {
3089-
"$ref" : "#/components/schemas/Prepayments"
3089+
"$ref" : "#/components/schemas/Prepayment"
30903090
}
30913091
}
30923092
},
@@ -3115,7 +3115,7 @@
31153115
"minItems" : 1,
31163116
"type" : "array",
31173117
"items" : {
3118-
"$ref" : "#/components/schemas/PurchaseOrders"
3118+
"$ref" : "#/components/schemas/PurchaseOrder"
31193119
}
31203120
}
31213121
},

lib/Models/Accounting/GetBankTransactionsResponse.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class GetBankTransactionsResponse implements ModelInterface, ArrayAccess
6363
'provider_name' => 'string',
6464
'date_time_utc' => 'string',
6565
'page_info' => '\XeroAPI\XeroPHP\Models\Accounting\PageInfo',
66-
'bank_transactions' => '\XeroAPI\XeroPHP\Models\Accounting\BankTransactions[]'
66+
'bank_transactions' => '\XeroAPI\XeroPHP\Models\Accounting\BankTransaction[]'
6767
];
6868

6969
/**
@@ -377,7 +377,7 @@ public function setPageInfo($page_info)
377377
/**
378378
* Gets bank_transactions
379379
*
380-
* @return \XeroAPI\XeroPHP\Models\Accounting\BankTransactions[]|null
380+
* @return \XeroAPI\XeroPHP\Models\Accounting\BankTransaction[]|null
381381
*/
382382
public function getBankTransactions()
383383
{
@@ -387,7 +387,7 @@ public function getBankTransactions()
387387
/**
388388
* Sets bank_transactions
389389
*
390-
* @param \XeroAPI\XeroPHP\Models\Accounting\BankTransactions[]|null $bank_transactions bank_transactions
390+
* @param \XeroAPI\XeroPHP\Models\Accounting\BankTransaction[]|null $bank_transactions bank_transactions
391391
*
392392
* @return $this
393393
*/

lib/Models/Accounting/GetContactsResponse.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class GetContactsResponse implements ModelInterface, ArrayAccess
6363
'provider_name' => 'string',
6464
'date_time_utc' => 'string',
6565
'page_info' => '\XeroAPI\XeroPHP\Models\Accounting\PageInfo',
66-
'contacts' => '\XeroAPI\XeroPHP\Models\Accounting\Contacts[]'
66+
'contacts' => '\XeroAPI\XeroPHP\Models\Accounting\Contact[]'
6767
];
6868

6969
/**
@@ -377,7 +377,7 @@ public function setPageInfo($page_info)
377377
/**
378378
* Gets contacts
379379
*
380-
* @return \XeroAPI\XeroPHP\Models\Accounting\Contacts[]|null
380+
* @return \XeroAPI\XeroPHP\Models\Accounting\Contact[]|null
381381
*/
382382
public function getContacts()
383383
{
@@ -387,7 +387,7 @@ public function getContacts()
387387
/**
388388
* Sets contacts
389389
*
390-
* @param \XeroAPI\XeroPHP\Models\Accounting\Contacts[]|null $contacts contacts
390+
* @param \XeroAPI\XeroPHP\Models\Accounting\Contact[]|null $contacts contacts
391391
*
392392
* @return $this
393393
*/

lib/Models/Accounting/GetCreditNotesResponse.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class GetCreditNotesResponse implements ModelInterface, ArrayAccess
6363
'provider_name' => 'string',
6464
'date_time_utc' => 'string',
6565
'page_info' => '\XeroAPI\XeroPHP\Models\Accounting\PageInfo',
66-
'credit_notes' => '\XeroAPI\XeroPHP\Models\Accounting\CreditNotes[]'
66+
'credit_notes' => '\XeroAPI\XeroPHP\Models\Accounting\CreditNote[]'
6767
];
6868

6969
/**
@@ -377,7 +377,7 @@ public function setPageInfo($page_info)
377377
/**
378378
* Gets credit_notes
379379
*
380-
* @return \XeroAPI\XeroPHP\Models\Accounting\CreditNotes[]|null
380+
* @return \XeroAPI\XeroPHP\Models\Accounting\CreditNote[]|null
381381
*/
382382
public function getCreditNotes()
383383
{
@@ -387,7 +387,7 @@ public function getCreditNotes()
387387
/**
388388
* Sets credit_notes
389389
*
390-
* @param \XeroAPI\XeroPHP\Models\Accounting\CreditNotes[]|null $credit_notes credit_notes
390+
* @param \XeroAPI\XeroPHP\Models\Accounting\CreditNote[]|null $credit_notes credit_notes
391391
*
392392
* @return $this
393393
*/

lib/Models/Accounting/GetManualJournalsResponse.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class GetManualJournalsResponse implements ModelInterface, ArrayAccess
6363
'provider_name' => 'string',
6464
'date_time_utc' => 'string',
6565
'page_info' => '\XeroAPI\XeroPHP\Models\Accounting\PageInfo',
66-
'manual_journals' => '\XeroAPI\XeroPHP\Models\Accounting\ManualJournals[]'
66+
'manual_journals' => '\XeroAPI\XeroPHP\Models\Accounting\ManualJournal[]'
6767
];
6868

6969
/**
@@ -377,7 +377,7 @@ public function setPageInfo($page_info)
377377
/**
378378
* Gets manual_journals
379379
*
380-
* @return \XeroAPI\XeroPHP\Models\Accounting\ManualJournals[]|null
380+
* @return \XeroAPI\XeroPHP\Models\Accounting\ManualJournal[]|null
381381
*/
382382
public function getManualJournals()
383383
{
@@ -387,7 +387,7 @@ public function getManualJournals()
387387
/**
388388
* Sets manual_journals
389389
*
390-
* @param \XeroAPI\XeroPHP\Models\Accounting\ManualJournals[]|null $manual_journals manual_journals
390+
* @param \XeroAPI\XeroPHP\Models\Accounting\ManualJournal[]|null $manual_journals manual_journals
391391
*
392392
* @return $this
393393
*/

lib/Models/Accounting/GetOverpaymentsResponse.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class GetOverpaymentsResponse implements ModelInterface, ArrayAccess
6363
'provider_name' => 'string',
6464
'date_time_utc' => 'string',
6565
'page_info' => '\XeroAPI\XeroPHP\Models\Accounting\PageInfo',
66-
'overpayments' => '\XeroAPI\XeroPHP\Models\Accounting\Overpayments[]'
66+
'overpayments' => '\XeroAPI\XeroPHP\Models\Accounting\Overpayment[]'
6767
];
6868

6969
/**
@@ -377,7 +377,7 @@ public function setPageInfo($page_info)
377377
/**
378378
* Gets overpayments
379379
*
380-
* @return \XeroAPI\XeroPHP\Models\Accounting\Overpayments[]|null
380+
* @return \XeroAPI\XeroPHP\Models\Accounting\Overpayment[]|null
381381
*/
382382
public function getOverpayments()
383383
{
@@ -387,7 +387,7 @@ public function getOverpayments()
387387
/**
388388
* Sets overpayments
389389
*
390-
* @param \XeroAPI\XeroPHP\Models\Accounting\Overpayments[]|null $overpayments overpayments
390+
* @param \XeroAPI\XeroPHP\Models\Accounting\Overpayment[]|null $overpayments overpayments
391391
*
392392
* @return $this
393393
*/

lib/Models/Accounting/GetPaymentsResponse.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class GetPaymentsResponse implements ModelInterface, ArrayAccess
6363
'provider_name' => 'string',
6464
'date_time_utc' => 'string',
6565
'page_info' => '\XeroAPI\XeroPHP\Models\Accounting\PageInfo',
66-
'payments' => '\XeroAPI\XeroPHP\Models\Accounting\Payments[]'
66+
'payments' => '\XeroAPI\XeroPHP\Models\Accounting\Payment[]'
6767
];
6868

6969
/**
@@ -377,7 +377,7 @@ public function setPageInfo($page_info)
377377
/**
378378
* Gets payments
379379
*
380-
* @return \XeroAPI\XeroPHP\Models\Accounting\Payments[]|null
380+
* @return \XeroAPI\XeroPHP\Models\Accounting\Payment[]|null
381381
*/
382382
public function getPayments()
383383
{
@@ -387,7 +387,7 @@ public function getPayments()
387387
/**
388388
* Sets payments
389389
*
390-
* @param \XeroAPI\XeroPHP\Models\Accounting\Payments[]|null $payments payments
390+
* @param \XeroAPI\XeroPHP\Models\Accounting\Payment[]|null $payments payments
391391
*
392392
* @return $this
393393
*/

lib/Models/Accounting/GetPrepaymentsResponse.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class GetPrepaymentsResponse implements ModelInterface, ArrayAccess
6363
'provider_name' => 'string',
6464
'date_time_utc' => 'string',
6565
'page_info' => '\XeroAPI\XeroPHP\Models\Accounting\PageInfo',
66-
'prepayments' => '\XeroAPI\XeroPHP\Models\Accounting\Prepayments[]'
66+
'prepayments' => '\XeroAPI\XeroPHP\Models\Accounting\Prepayment[]'
6767
];
6868

6969
/**
@@ -377,7 +377,7 @@ public function setPageInfo($page_info)
377377
/**
378378
* Gets prepayments
379379
*
380-
* @return \XeroAPI\XeroPHP\Models\Accounting\Prepayments[]|null
380+
* @return \XeroAPI\XeroPHP\Models\Accounting\Prepayment[]|null
381381
*/
382382
public function getPrepayments()
383383
{
@@ -387,7 +387,7 @@ public function getPrepayments()
387387
/**
388388
* Sets prepayments
389389
*
390-
* @param \XeroAPI\XeroPHP\Models\Accounting\Prepayments[]|null $prepayments prepayments
390+
* @param \XeroAPI\XeroPHP\Models\Accounting\Prepayment[]|null $prepayments prepayments
391391
*
392392
* @return $this
393393
*/

lib/Models/Accounting/GetPurchaseOrdersResponse.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class GetPurchaseOrdersResponse implements ModelInterface, ArrayAccess
6363
'provider_name' => 'string',
6464
'date_time_utc' => 'string',
6565
'page_info' => '\XeroAPI\XeroPHP\Models\Accounting\PageInfo',
66-
'purchase_orders' => '\XeroAPI\XeroPHP\Models\Accounting\PurchaseOrders[]'
66+
'purchase_orders' => '\XeroAPI\XeroPHP\Models\Accounting\PurchaseOrder[]'
6767
];
6868

6969
/**
@@ -377,7 +377,7 @@ public function setPageInfo($page_info)
377377
/**
378378
* Gets purchase_orders
379379
*
380-
* @return \XeroAPI\XeroPHP\Models\Accounting\PurchaseOrders[]|null
380+
* @return \XeroAPI\XeroPHP\Models\Accounting\PurchaseOrder[]|null
381381
*/
382382
public function getPurchaseOrders()
383383
{
@@ -387,7 +387,7 @@ public function getPurchaseOrders()
387387
/**
388388
* Sets purchase_orders
389389
*
390-
* @param \XeroAPI\XeroPHP\Models\Accounting\PurchaseOrders[]|null $purchase_orders purchase_orders
390+
* @param \XeroAPI\XeroPHP\Models\Accounting\PurchaseOrder[]|null $purchase_orders purchase_orders
391391
*
392392
* @return $this
393393
*/

0 commit comments

Comments
 (0)