Package com.xero.models.payrollnz
Class PaymentMethod
java.lang.Object
com.xero.models.payrollnz.PaymentMethod
public class PaymentMethod extends Object
PaymentMethod
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaymentMethod.PaymentMethodEnumThe payment method code -
Constructor Summary
Constructors Constructor Description PaymentMethod() -
Method Summary
Modifier and Type Method Description PaymentMethodaddBankAccountsItem(BankAccount bankAccountsItem)PaymentMethodbankAccounts(List<BankAccount> bankAccounts)booleanequals(Object o)List<BankAccount>getBankAccounts()Get bankAccountsPaymentMethod.PaymentMethodEnumgetPaymentMethod()The payment method codeinthashCode()PaymentMethodpaymentMethod(PaymentMethod.PaymentMethodEnum paymentMethod)voidsetBankAccounts(List<BankAccount> bankAccounts)voidsetPaymentMethod(PaymentMethod.PaymentMethodEnum paymentMethod)StringtoString()
-
Constructor Details
-
PaymentMethod
public PaymentMethod()
-
-
Method Details
-
paymentMethod
-
getPaymentMethod
The payment method code- Returns:
- paymentMethod
-
setPaymentMethod
-
bankAccounts
-
addBankAccountsItem
-
getBankAccounts
Get bankAccounts- Returns:
- bankAccounts
-
setBankAccounts
-
equals
-
hashCode
public int hashCode() -
toString
-