public class UsBankAccountVerification extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UsBankAccountVerification.Status |
static class |
UsBankAccountVerification.VerificationMethod |
Modifier and Type | Field and Description |
---|---|
private Calendar |
createdAt |
private Transaction.GatewayRejectionReason |
gatewayRejectionReason |
private String |
id |
private String |
processorResponseCode |
private String |
processorResponseText |
private UsBankAccountVerification.Status |
status |
private UsBankAccount |
usBankAccount |
private Calendar |
verificationDeterminedAt |
private UsBankAccountVerification.VerificationMethod |
verificationMethod |
Constructor and Description |
---|
UsBankAccountVerification(NodeWrapper node) |
Modifier and Type | Method and Description |
---|---|
Calendar |
getCreatedAt() |
Transaction.GatewayRejectionReason |
getGatewayRejectionReason() |
String |
getId() |
String |
getProcessorResponseCode() |
String |
getProcessorResponseText() |
UsBankAccountVerification.Status |
getStatus() |
UsBankAccount |
getUsBankAccount() |
Calendar |
getVerificationDeterminedAt() |
UsBankAccountVerification.VerificationMethod |
getVerificationMethod() |
private String id
private UsBankAccountVerification.Status status
private UsBankAccountVerification.VerificationMethod verificationMethod
private String processorResponseCode
private String processorResponseText
private Calendar verificationDeterminedAt
private Calendar createdAt
private Transaction.GatewayRejectionReason gatewayRejectionReason
private UsBankAccount usBankAccount
public UsBankAccountVerification(NodeWrapper node)
public Calendar getCreatedAt()
public String getId()
public Transaction.GatewayRejectionReason getGatewayRejectionReason()
public UsBankAccountVerification.VerificationMethod getVerificationMethod()
public Calendar getVerificationDeterminedAt()
public String getProcessorResponseCode()
public String getProcessorResponseText()
public UsBankAccountVerification.Status getStatus()
public UsBankAccount getUsBankAccount()
Copyright © 2013-2020. All Rights Reserved.