| 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
|
com.google.api.client.http.HttpResponse |
AccountingApi.createBrandingThemePaymentServicesForHttpResponse(String accessToken,
String xeroTenantId,
UUID brandingThemeID,
PaymentService paymentService) |
| Modifier and Type | Method and Description |
|---|---|
PaymentService |
PaymentService.addValidationErrorsItem(ValidationError validationErrorsItem) |
PaymentService |
PaymentService.paymentServiceID(UUID paymentServiceID) |
PaymentService |
PaymentService.paymentServiceName(String paymentServiceName) |
PaymentService |
PaymentService.paymentServiceType(String paymentServiceType) |
PaymentService |
PaymentService.paymentServiceUrl(String paymentServiceUrl) |
PaymentService |
PaymentService.payNowText(String payNowText) |
PaymentService |
PaymentService.validationErrors(List<ValidationError> validationErrors) |
| Modifier and Type | Method and Description |
|---|---|
List<PaymentService> |
PaymentServices.getPaymentServices()
Get paymentServices
|
| Modifier and Type | Method and Description |
|---|---|
PaymentServices |
PaymentServices.addPaymentServicesItem(PaymentService paymentServicesItem) |
| Modifier and Type | Method and Description |
|---|---|
PaymentServices |
PaymentServices.paymentServices(List<PaymentService> paymentServices) |
void |
PaymentServices.setPaymentServices(List<PaymentService> paymentServices) |
Copyright © 2019. All rights reserved.