public class UsBankAccount extends Object implements PaymentMethod
Modifier and Type | Field and Description |
---|---|
private String |
accountHolderName |
private String |
accountType |
private AchMandate |
achMandate |
private String |
bankName |
private String |
customerId |
private String |
imageUrl |
private Boolean |
isDefault |
private Boolean |
isVerified |
private String |
last4 |
private String |
routingNumber |
private List<Subscription> |
subscriptions |
private String |
token |
private List<UsBankAccountVerification> |
verifications |
Constructor and Description |
---|
UsBankAccount(NodeWrapper node) |
Modifier and Type | Method and Description |
---|---|
String |
getAccountHolderName() |
String |
getAccountType() |
AchMandate |
getAchMandate() |
String |
getBankName() |
String |
getCustomerId() |
String |
getImageUrl() |
String |
getLast4() |
String |
getRoutingNumber() |
List<Subscription> |
getSubscriptions() |
String |
getToken() |
List<UsBankAccountVerification> |
getVerifications() |
boolean |
isDefault() |
Boolean |
isVerified() |
private String routingNumber
private String last4
private String accountType
private String accountHolderName
private String token
private String imageUrl
private String bankName
private List<Subscription> subscriptions
private String customerId
private Boolean isDefault
private AchMandate achMandate
private List<UsBankAccountVerification> verifications
private Boolean isVerified
public UsBankAccount(NodeWrapper node)
public String getRoutingNumber()
public String getLast4()
public String getAccountType()
public String getAccountHolderName()
public String getToken()
getToken
in interface PaymentMethod
public String getImageUrl()
getImageUrl
in interface PaymentMethod
public String getBankName()
public boolean isDefault()
isDefault
in interface PaymentMethod
public AchMandate getAchMandate()
public String getCustomerId()
getCustomerId
in interface PaymentMethod
public List<Subscription> getSubscriptions()
getSubscriptions
in interface PaymentMethod
public List<UsBankAccountVerification> getVerifications()
public Boolean isVerified()
Copyright © 2013-2020. All Rights Reserved.