public class CustomActionsPaymentMethod extends Object implements PaymentMethod
| Modifier and Type | Field and Description |
|---|---|
private String |
actionName |
private Calendar |
createdAt |
private String |
customerId |
private List<CustomActionsPaymentMethodField> |
fields |
private String |
globalId |
private String |
imageUrl |
private boolean |
isDefault |
private List<Subscription> |
subscriptions |
private String |
token |
private String |
uniqueNumberIdentifier |
private Calendar |
updatedAt |
| Constructor and Description |
|---|
CustomActionsPaymentMethod(NodeWrapper node) |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionName() |
Calendar |
getCreatedAt() |
String |
getCustomerId() |
List<CustomActionsPaymentMethodField> |
getFields() |
String |
getGlobalId() |
String |
getImageUrl() |
List<Subscription> |
getSubscriptions() |
String |
getToken() |
String |
getUniqueNumberIdentifier() |
Calendar |
getUpdatedAt() |
boolean |
isDefault() |
private Calendar createdAt
private String customerId
private String globalId
private boolean isDefault
private String imageUrl
private String uniqueNumberIdentifier
private List<Subscription> subscriptions
private String token
private Calendar updatedAt
private String actionName
private List<CustomActionsPaymentMethodField> fields
public CustomActionsPaymentMethod(NodeWrapper node)
public String getGlobalId()
public Calendar getCreatedAt()
public String getCustomerId()
getCustomerId in interface PaymentMethodpublic String getImageUrl()
getImageUrl in interface PaymentMethodpublic String getUniqueNumberIdentifier()
public List<Subscription> getSubscriptions()
getSubscriptions in interface PaymentMethodpublic String getToken()
getToken in interface PaymentMethodpublic Calendar getUpdatedAt()
public boolean isDefault()
isDefault in interface PaymentMethodpublic List<CustomActionsPaymentMethodField> getFields()
public String getActionName()
Copyright © 2013-2019. All Rights Reserved.