Uses of Class
com.xero.models.accounting.PaymentServices
-
Packages that use 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)Creates a new custom payment service for a specific branding themePaymentServicesAccountingApi. createPaymentService(String accessToken, String xeroTenantId, PaymentServices paymentServices)Creates a payment servicePaymentServicesAccountingApi. getBrandingThemePaymentServices(String accessToken, String xeroTenantId, UUID brandingThemeID)Retrieves the payment services for a specific branding themePaymentServicesAccountingApi. getPaymentServices(String accessToken, String xeroTenantId)Retrieves 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)Creates a payment servicecom.google.api.client.http.HttpResponseAccountingApi. createPaymentServiceForHttpResponse(String accessToken, String xeroTenantId, PaymentServices paymentServices)Creates a payment service -
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)paymentServicesPaymentServicesPaymentServices. paymentServices(List<PaymentService> paymentServices)paymentServices
-