Uses of Class
com.xero.models.payrolluk.PaymentMethodObject
-
Packages that use PaymentMethodObject Package Description com.xero.api.client com.xero.models.payrolluk -
-
Uses of PaymentMethodObject in com.xero.api.client
Methods in com.xero.api.client that return PaymentMethodObject Modifier and Type Method Description PaymentMethodObjectPayrollUkApi. createEmployeePaymentMethod(String accessToken, String xeroTenantId, UUID employeeID, PaymentMethod paymentMethod)Creates an employee payment methodPaymentMethodObjectPayrollUkApi. getEmployeePaymentMethod(String accessToken, String xeroTenantId, UUID employeeID)Retrieves a specific employee's payment method using a unique employee ID -
Uses of PaymentMethodObject in com.xero.models.payrolluk
Methods in com.xero.models.payrolluk that return PaymentMethodObject Modifier and Type Method Description PaymentMethodObjectPaymentMethodObject. pagination(Pagination pagination)paginationPaymentMethodObjectPaymentMethodObject. paymentMethod(PaymentMethod paymentMethod)paymentMethodPaymentMethodObjectPaymentMethodObject. problem(Problem problem)problem
-