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
|
String |
getDescription() |
PayoutScheduleResponse |
getPayoutSchedule()
account's payout schedule
|
String |
getStatus() |
int |
hashCode() |
Account |
payoutSchedule(PayoutScheduleResponse payoutSchedule) |
void |
setAccountCode(String accountCode) |
void |
setBeneficiaryAccount(String beneficiaryAccount) |
void |
setBeneficiaryMerchantReference(String beneficiaryMerchantReference) |
void |
setDescription(String description) |
void |
setPayoutSchedule(PayoutScheduleResponse payoutSchedule) |
void |
setStatus(String status) |
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 String getDescription()
public void setDescription(String description)
public Account payoutSchedule(PayoutScheduleResponse payoutSchedule)
public PayoutScheduleResponse getPayoutSchedule()
public void setPayoutSchedule(PayoutScheduleResponse payoutSchedule)
public String getStatus()
public void setStatus(String status)
Copyright © 2019. All rights reserved.