Uses of Class
com.xero.models.accounting.PaymentServices
| Package | Description |
|---|---|
| com.xero.api.client | |
| com.xero.models.accounting |
-
Uses of PaymentServices in com.xero.api.client
Methods in com.xero.api.client that return PaymentServices 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 ThemePaymentServicesAccountingApi. createPaymentService(String accessToken, String xeroTenantId, PaymentServices paymentServices)Allows you to create payment servicesPaymentServicesAccountingApi. getBrandingThemePaymentServices(String accessToken, String xeroTenantId, UUID brandingThemeID)Allows you to retrieve the Payment services for a Branding ThemePaymentServicesAccountingApi. getPaymentServices(String accessToken, String xeroTenantId)Allows you to retrieve payment servicesMethods in com.xero.api.client with parameters of type PaymentServices Modifier and Type Method Description PaymentServicesAccountingApi. createPaymentService(String accessToken, String xeroTenantId, PaymentServices paymentServices)Allows you to create payment servicescom.google.api.client.http.HttpResponseAccountingApi. createPaymentServiceForHttpResponse(String accessToken, String xeroTenantId, PaymentServices paymentServices) -
Uses of PaymentServices in com.xero.models.accounting
Methods in com.xero.models.accounting that return PaymentServices Modifier and Type Method Description PaymentServicesPaymentServices. addPaymentServicesItem(PaymentService paymentServicesItem)PaymentServicesPaymentServices. paymentServices(List<PaymentService> paymentServices)