public class Account extends Object
| Constructor and Description |
|---|
Account() |
| Modifier and Type | Method and Description |
|---|---|
Account |
accountCode(String accountCode) |
Account |
beneficiaryAccount(String beneficiaryAccount) |
Account |
beneficiaryMerchantReference(String beneficiaryMerchantReference) |
boolean |
equals(Object o) |
String |
getAccountCode()
account code
|
String |
getBeneficiaryAccount()
Account's beneficiary account
|
String |
getBeneficiaryMerchantReference()
Reason beneficiary was setup
|
PayoutScheduleResponse |
getPayoutSchedule()
account's payout schedule
|
int |
hashCode() |
Account |
payoutSchedule(PayoutScheduleResponse payoutSchedule) |
void |
setAccountCode(String accountCode) |
void |
setBeneficiaryAccount(String beneficiaryAccount) |
void |
setBeneficiaryMerchantReference(String beneficiaryMerchantReference) |
void |
setPayoutSchedule(PayoutScheduleResponse payoutSchedule) |
String |
toString() |
public String getAccountCode()
public void setAccountCode(String accountCode)
public String getBeneficiaryAccount()
public void setBeneficiaryAccount(String beneficiaryAccount)
public Account beneficiaryMerchantReference(String beneficiaryMerchantReference)
public String getBeneficiaryMerchantReference()
public void setBeneficiaryMerchantReference(String beneficiaryMerchantReference)
public Account payoutSchedule(PayoutScheduleResponse payoutSchedule)
public PayoutScheduleResponse getPayoutSchedule()
public void setPayoutSchedule(PayoutScheduleResponse payoutSchedule)
Copyright © 2017. All rights reserved.