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) |
Account |
description(String description) |
boolean |
equals(Object o) |
String |
getAccountCode()
The code of the account.
|
String |
getBeneficiaryAccount()
The beneficiary of the account.
|
String |
getBeneficiaryMerchantReference()
The reason that a beneficiary has been set up for this account.
|
String |
getDescription()
A description of the account.
|
Map<String,String> |
getMetadata()
A set of key and value pairs for general use by the merchant.
|
PayoutScheduleResponse |
getPayoutSchedule()
Get payoutSchedule
|
String |
getStatus()
The status of the account.
|
int |
hashCode() |
Account |
metadata(Map<String,String> metadata) |
Account |
payoutSchedule(PayoutScheduleResponse payoutSchedule) |
void |
setAccountCode(String accountCode) |
void |
setBeneficiaryAccount(String beneficiaryAccount) |
void |
setBeneficiaryMerchantReference(String beneficiaryMerchantReference) |
void |
setDescription(String description) |
void |
setMetadata(Map<String,String> metadata) |
void |
setPayoutSchedule(PayoutScheduleResponse payoutSchedule) |
void |
setStatus(String status) |
Account |
status(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 Map<String,String> getMetadata()
public Account payoutSchedule(PayoutScheduleResponse payoutSchedule)
public PayoutScheduleResponse getPayoutSchedule()
public void setPayoutSchedule(PayoutScheduleResponse payoutSchedule)
public String getStatus()
public void setStatus(String status)
Copyright © 2021. All rights reserved.