-
Methods in com.xero.api.client that return Allocations
| Modifier and Type |
Method |
Description |
Allocations |
AccountingApi.createCreditNoteAllocation(String accessToken,
String xeroTenantId,
UUID creditNoteID,
Allocations allocations,
Boolean summarizeErrors) |
Allows you to create Allocation on CreditNote
|
Allocations |
AccountingApi.createOverpaymentAllocations(String accessToken,
String xeroTenantId,
UUID overpaymentID,
Allocations allocations,
Boolean summarizeErrors) |
Allows you to create a single allocation for an overpayment
|
Allocations |
AccountingApi.createPrepaymentAllocations(String accessToken,
String xeroTenantId,
UUID prepaymentID,
Allocations allocations,
Boolean summarizeErrors) |
Allows you to create an Allocation for prepayments
|
Methods in com.xero.api.client with parameters of type Allocations
| Modifier and Type |
Method |
Description |
Allocations |
AccountingApi.createCreditNoteAllocation(String accessToken,
String xeroTenantId,
UUID creditNoteID,
Allocations allocations,
Boolean summarizeErrors) |
Allows you to create Allocation on CreditNote
|
com.google.api.client.http.HttpResponse |
AccountingApi.createCreditNoteAllocationForHttpResponse(String accessToken,
String xeroTenantId,
UUID creditNoteID,
Allocations allocations,
Boolean summarizeErrors) |
|
Allocations |
AccountingApi.createOverpaymentAllocations(String accessToken,
String xeroTenantId,
UUID overpaymentID,
Allocations allocations,
Boolean summarizeErrors) |
Allows you to create a single allocation for an overpayment
|
com.google.api.client.http.HttpResponse |
AccountingApi.createOverpaymentAllocationsForHttpResponse(String accessToken,
String xeroTenantId,
UUID overpaymentID,
Allocations allocations,
Boolean summarizeErrors) |
|
Allocations |
AccountingApi.createPrepaymentAllocations(String accessToken,
String xeroTenantId,
UUID prepaymentID,
Allocations allocations,
Boolean summarizeErrors) |
Allows you to create an Allocation for prepayments
|
com.google.api.client.http.HttpResponse |
AccountingApi.createPrepaymentAllocationsForHttpResponse(String accessToken,
String xeroTenantId,
UUID prepaymentID,
Allocations allocations,
Boolean summarizeErrors) |
|
-