public class UsBankAccount extends Object implements PaymentMethod
| 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() |
public UsBankAccount(NodeWrapper node)
public String getRoutingNumber()
public String getLast4()
public String getAccountType()
public String getAccountHolderName()
public String getToken()
getToken in interface PaymentMethodpublic String getImageUrl()
getImageUrl in interface PaymentMethodpublic String getBankName()
public boolean isDefault()
isDefault in interface PaymentMethodpublic AchMandate getAchMandate()
public String getCustomerId()
getCustomerId in interface PaymentMethodpublic List<Subscription> getSubscriptions()
getSubscriptions in interface PaymentMethodpublic List<UsBankAccountVerification> getVerifications()
public Boolean isVerified()
Copyright © 2013–2018. All rights reserved.