Uses of Class
com.xero.models.payrollnz.PaymentMethodObject
-
Packages that use PaymentMethodObject Package Description com.xero.api.client com.xero.models.payrollnz -
-
Uses of PaymentMethodObject in com.xero.api.client
Methods in com.xero.api.client that return PaymentMethodObject Modifier and Type Method Description PaymentMethodObjectPayrollNzApi. createEmployeePaymentMethod(String accessToken, String xeroTenantId, UUID employeeID, PaymentMethod paymentMethod)Creates a payment method for an employeePaymentMethodObjectPayrollNzApi. getEmployeePaymentMethod(String accessToken, String xeroTenantId, UUID employeeID)Retrieves available payment methods for a specific employee -
Uses of PaymentMethodObject in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return PaymentMethodObject Modifier and Type Method Description PaymentMethodObjectPaymentMethodObject. pagination(Pagination pagination)paginationPaymentMethodObjectPaymentMethodObject. paymentMethod(PaymentMethod paymentMethod)paymentMethodPaymentMethodObjectPaymentMethodObject. problem(Problem problem)problem
-