Uses of Class
com.xero.models.accounting.PaymentService
-
Packages that use 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)Creates a new custom payment service for a specific branding themecom.google.api.client.http.HttpResponseAccountingApi. createBrandingThemePaymentServicesForHttpResponse(String accessToken, String xeroTenantId, UUID brandingThemeID, PaymentService paymentService)Creates a new custom payment service for a specific branding theme -
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)Displays array of validation error messages from the APIPaymentServicePaymentService. paymentServiceID(UUID paymentServiceID)Xero identifierPaymentServicePaymentService. paymentServiceName(String paymentServiceName)Name of payment servicePaymentServicePaymentService. paymentServiceType(String paymentServiceType)This will always be CUSTOM for payment services created via the API.PaymentServicePaymentService. paymentServiceUrl(String paymentServiceUrl)The custom payment URLPaymentServicePaymentService. payNowText(String payNowText)The text displayed on the Pay Now button in Xero Online Invoicing.PaymentServicePaymentService. validationErrors(List<ValidationError> validationErrors)Displays array of validation error messages from the APIMethods 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)paymentServicesMethod parameters in com.xero.models.accounting with type arguments of type PaymentService Modifier and Type Method Description PaymentServicesPaymentServices. paymentServices(List<PaymentService> paymentServices)paymentServicesvoidPaymentServices. setPaymentServices(List<PaymentService> paymentServices)paymentServices
-