Uses of Class
com.xero.models.payrollnz.PaymentMethod
Packages that use PaymentMethod
-
Uses of PaymentMethod in com.xero.api.client
Methods in com.xero.api.client with parameters of type PaymentMethodModifier and TypeMethodDescriptionPayrollNzApi.createEmployeePaymentMethod(String accessToken, String xeroTenantId, UUID employeeID, PaymentMethod paymentMethod, String idempotencyKey) Creates a payment method for an employeecom.google.api.client.http.HttpResponsePayrollNzApi.createEmployeePaymentMethodForHttpResponse(String accessToken, String xeroTenantId, UUID employeeID, PaymentMethod paymentMethod, String idempotencyKey) Creates a payment method for an employee -
Uses of PaymentMethod in com.xero.models.payrollnz
Methods in com.xero.models.payrollnz that return PaymentMethodModifier and TypeMethodDescriptionPaymentMethod.addBankAccountsItem(BankAccount bankAccountsItem) bankAccountsPaymentMethod.bankAccounts(List<BankAccount> bankAccounts) bankAccountsPaymentMethodObject.getPaymentMethod()Get paymentMethodPaymentMethod.paymentMethod(PaymentMethod.PaymentMethodEnum paymentMethod) The payment method codeMethods in com.xero.models.payrollnz with parameters of type PaymentMethodModifier and TypeMethodDescriptionPaymentMethodObject.paymentMethod(PaymentMethod paymentMethod) paymentMethodvoidPaymentMethodObject.setPaymentMethod(PaymentMethod paymentMethod) paymentMethod