| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
PaymentServices |
AccountingApi.createBrandingThemePaymentServices(String accessToken,
String xeroTenantId,
UUID brandingThemeID,
PaymentService paymentService)
Allow for the creation of new custom payment service for specified Branding Theme
|
PaymentServices |
AccountingApi.createPaymentService(String accessToken,
String xeroTenantId,
PaymentServices paymentServices)
Allows you to create payment services
|
PaymentServices |
AccountingApi.getBrandingThemePaymentServices(String accessToken,
String xeroTenantId,
UUID brandingThemeID)
Allows you to retrieve the Payment services for a Branding Theme
|
PaymentServices |
AccountingApi.getPaymentServices(String accessToken,
String xeroTenantId)
Allows you to retrieve payment services
|
| Modifier and Type | Method and Description |
|---|---|
PaymentServices |
AccountingApi.createPaymentService(String accessToken,
String xeroTenantId,
PaymentServices paymentServices)
Allows you to create payment services
|
com.google.api.client.http.HttpResponse |
AccountingApi.createPaymentServiceForHttpResponse(String accessToken,
String xeroTenantId,
PaymentServices paymentServices) |
| Modifier and Type | Method and Description |
|---|---|
PaymentServices |
PaymentServices.addPaymentServicesItem(PaymentService paymentServicesItem) |
PaymentServices |
PaymentServices.paymentServices(List<PaymentService> paymentServices) |
Copyright © 2019. All rights reserved.