public class PayoutAccountHolderResponse extends Object
| Constructor and Description |
|---|
PayoutAccountHolderResponse() |
| Modifier and Type | Method and Description |
|---|---|
PayoutAccountHolderResponse |
bankAccountUUID(String bankAccountUUID) |
boolean |
equals(Object o) |
String |
getBankAccountUUID()
the bankAccountUUID of the selected bank account
|
String |
getMerchantReference()
get merchantReference
|
String |
getPspReference()
psp reference
|
Boolean |
getSubmittedAsync()
Get submittedAsync
|
int |
hashCode() |
PayoutAccountHolderResponse |
pspReference(String pspReference) |
void |
setBankAccountUUID(String bankAccountUUID) |
void |
setMerchantReference(String merchantReference) |
void |
setPspReference(String pspReference) |
void |
setSubmittedAsync(Boolean submittedAsync) |
PayoutAccountHolderResponse |
submittedAsync(Boolean submittedAsync) |
String |
toString() |
public PayoutAccountHolderResponse submittedAsync(Boolean submittedAsync)
public Boolean getSubmittedAsync()
public void setSubmittedAsync(Boolean submittedAsync)
public PayoutAccountHolderResponse bankAccountUUID(String bankAccountUUID)
public String getBankAccountUUID()
public void setBankAccountUUID(String bankAccountUUID)
public PayoutAccountHolderResponse pspReference(String pspReference)
public String getPspReference()
public void setPspReference(String pspReference)
public String getMerchantReference()
public void setMerchantReference(String merchantReference)
Copyright © 2019. All rights reserved.