Package com.xero.models.payrolluk
Class PaymentMethod
java.lang.Object
com.xero.models.payrolluk.PaymentMethod
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe payment method code -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddBankAccountsItem(BankAccount bankAccountsItem) bankAccountsbankAccounts(List<BankAccount> bankAccounts) bankAccountsbooleanGet bankAccountsThe payment method codeinthashCode()paymentMethod(PaymentMethod.PaymentMethodEnum paymentMethod) The payment method codevoidsetBankAccounts(List<BankAccount> bankAccounts) bankAccountsvoidsetPaymentMethod(PaymentMethod.PaymentMethodEnum paymentMethod) The payment method codetoString()
-
Constructor Details
-
PaymentMethod
public PaymentMethod()
-
-
Method Details
-
paymentMethod
The payment method code- Parameters:
paymentMethod- PaymentMethodEnum- Returns:
- PaymentMethod
-
getPaymentMethod
The payment method code- Returns:
- paymentMethod
-
setPaymentMethod
The payment method code- Parameters:
paymentMethod- PaymentMethodEnum
-
bankAccounts
bankAccounts- Parameters:
bankAccounts- List<BankAccount>- Returns:
- PaymentMethod
-
addBankAccountsItem
bankAccounts- Parameters:
bankAccountsItem- BankAccount- Returns:
- PaymentMethod
-
getBankAccounts
-
setBankAccounts
bankAccounts- Parameters:
bankAccounts- List<BankAccount>
-
equals
-
hashCode
-
toString
-