Uses of Class
com.xero.models.accounting.PaymentService
| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
-
Uses of PaymentService in com.xero.api.client
Methods in com.xero.api.client with parameters of type PaymentService Modifier and Type Method Description PaymentServicesAccountingApi. createBrandingThemePaymentServices(String accessToken, String xeroTenantId, UUID brandingThemeID, PaymentService paymentService)Allow for the creation of new custom payment service for specified Branding Themecom.google.api.client.http.HttpResponseAccountingApi. createBrandingThemePaymentServicesForHttpResponse(String accessToken, String xeroTenantId, UUID brandingThemeID, PaymentService paymentService) -
Uses of PaymentService in com.xero.models.accounting
Methods in com.xero.models.accounting that return PaymentService Modifier and Type Method Description PaymentServicePaymentService. addValidationErrorsItem(ValidationError validationErrorsItem)PaymentServicePaymentService. paymentServiceID(UUID paymentServiceID)PaymentServicePaymentService. paymentServiceName(String paymentServiceName)PaymentServicePaymentService. paymentServiceType(String paymentServiceType)PaymentServicePaymentService. paymentServiceUrl(String paymentServiceUrl)PaymentServicePaymentService. payNowText(String payNowText)PaymentServicePaymentService. validationErrors(List<ValidationError> validationErrors)Methods in com.xero.models.accounting that return types with arguments of type PaymentService Modifier and Type Method Description List<PaymentService>PaymentServices. getPaymentServices()Get paymentServicesMethods in com.xero.models.accounting with parameters of type PaymentService Modifier and Type Method Description PaymentServicesPaymentServices. addPaymentServicesItem(PaymentService paymentServicesItem)Method parameters in com.xero.models.accounting with type arguments of type PaymentService Modifier and Type Method Description PaymentServicesPaymentServices. paymentServices(List<PaymentService> paymentServices)voidPaymentServices. setPaymentServices(List<PaymentService> paymentServices)