public class CloseAccountResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CloseAccountResponse.StatusEnum
account holder's account status after account closure
|
| Constructor and Description |
|---|
CloseAccountResponse() |
| Modifier and Type | Method and Description |
|---|---|
CloseAccountResponse |
accountStatus(AccountStatus accountStatus) |
boolean |
equals(Object o) |
AccountStatus |
getAccountStatus()
account holder's account status after account closure
|
String |
getPspReference()
psp reference
|
CloseAccountResponse.StatusEnum |
getStatus()
account holder's account status after account closure
|
Boolean |
getSubmittedAsync()
Get submittedAsync
|
int |
hashCode() |
CloseAccountResponse |
pspReference(String pspReference) |
void |
setAccountStatus(AccountStatus accountStatus) |
void |
setPspReference(String pspReference) |
void |
setStatus(CloseAccountResponse.StatusEnum status) |
void |
setSubmittedAsync(Boolean submittedAsync) |
CloseAccountResponse |
status(CloseAccountResponse.StatusEnum status) |
CloseAccountResponse |
submittedAsync(Boolean submittedAsync) |
String |
toString() |
public CloseAccountResponse accountStatus(AccountStatus accountStatus)
public AccountStatus getAccountStatus()
public void setAccountStatus(AccountStatus accountStatus)
public CloseAccountResponse submittedAsync(Boolean submittedAsync)
public Boolean getSubmittedAsync()
public void setSubmittedAsync(Boolean submittedAsync)
public CloseAccountResponse pspReference(String pspReference)
public String getPspReference()
public void setPspReference(String pspReference)
public CloseAccountResponse status(CloseAccountResponse.StatusEnum status)
public CloseAccountResponse.StatusEnum getStatus()
public void setStatus(CloseAccountResponse.StatusEnum status)
Copyright © 2019. All rights reserved.