public class PayoutAccountHolderRequest extends Object
| Constructor and Description |
|---|
PayoutAccountHolderRequest() |
| Modifier and Type | Method and Description |
|---|---|
PayoutAccountHolderRequest |
accountCode(String accountCode) |
PayoutAccountHolderRequest |
accountHolderCode(String accountHolderCode) |
PayoutAccountHolderRequest |
amount(Amount amount) |
PayoutAccountHolderRequest |
bankAccountUUID(String bankAccountUUID) |
PayoutAccountHolderRequest |
description(String description) |
boolean |
equals(Object o) |
String |
getAccountCode()
The code of the account from which the payout is to be made.
|
String |
getAccountHolderCode()
The code of the Account Holder who owns the account from which the payout is to be made.
|
Amount |
getAmount()
Get amount
|
String |
getBankAccountUUID()
The unique ID of the Bank Account held by the Account Holder to which the payout is to be made.
|
String |
getDescription()
A description of the payout.
|
String |
getMerchantReference()
A value that can be supplied at the discretion of the executing user in order to link multiple transactions to one another.
|
String |
getPayoutMethodCode()
The unique ID of the payout method held by the Account Holder to which the payout is to be made.
|
PayoutSpeedEnum |
getPayoutSpeed()
Speed with which payouts for this account are processed.
|
int |
hashCode() |
PayoutAccountHolderRequest |
merchantReference(String merchantReference) |
PayoutAccountHolderRequest |
payoutMethodCode(String payoutMethodCode) |
void |
setAccountCode(String accountCode) |
void |
setAccountHolderCode(String accountHolderCode) |
void |
setAmount(Amount amount) |
void |
setBankAccountUUID(String bankAccountUUID) |
void |
setDescription(String description) |
void |
setMerchantReference(String merchantReference) |
void |
setPayoutMethodCode(String payoutMethodCode) |
void |
setPayoutSpeed(PayoutSpeedEnum payoutSpeed) |
String |
toString() |
public PayoutAccountHolderRequest accountCode(String accountCode)
public String getAccountCode()
public void setAccountCode(String accountCode)
public PayoutAccountHolderRequest accountHolderCode(String accountHolderCode)
public String getAccountHolderCode()
public void setAccountHolderCode(String accountHolderCode)
public PayoutAccountHolderRequest amount(Amount amount)
public Amount getAmount()
public void setAmount(Amount amount)
public PayoutAccountHolderRequest bankAccountUUID(String bankAccountUUID)
public String getBankAccountUUID()
public void setBankAccountUUID(String bankAccountUUID)
public PayoutAccountHolderRequest description(String description)
public String getDescription()
public void setDescription(String description)
public PayoutAccountHolderRequest merchantReference(String merchantReference)
public String getMerchantReference()
public void setMerchantReference(String merchantReference)
public PayoutAccountHolderRequest payoutMethodCode(String payoutMethodCode)
public String getPayoutMethodCode()
public void setPayoutMethodCode(String payoutMethodCode)
public PayoutSpeedEnum getPayoutSpeed()
public void setPayoutSpeed(PayoutSpeedEnum payoutSpeed)
Copyright © 2022. All rights reserved.