| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
Allocations |
AccountingApi.createCreditNoteAllocation(String accessToken,
String xeroTenantId,
UUID creditNoteID,
Allocations allocations)
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
|
| Modifier and Type | Method and Description |
|---|---|
Allocations |
AccountingApi.createCreditNoteAllocation(String accessToken,
String xeroTenantId,
UUID creditNoteID,
Allocations allocations)
Allows you to create Allocation on CreditNote
|
com.google.api.client.http.HttpResponse |
AccountingApi.createCreditNoteAllocationForHttpResponse(String accessToken,
String xeroTenantId,
UUID creditNoteID,
Allocations allocations) |
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) |
| Modifier and Type | Method and Description |
|---|---|
Allocations |
Allocations.addAllocationsItem(Allocation allocationsItem) |
Allocations |
Allocations.allocations(List<Allocation> allocations) |
Copyright © 2020. All rights reserved.