public class PaymentMethodNonce extends Object
| Modifier and Type | Field and Description |
|---|---|
private BinData |
binData |
private PaymentMethodNonceDetails |
details |
private Boolean |
isConsumed |
private Boolean |
isDefault |
private Boolean |
isLocked |
private String |
publicId |
private ThreeDSecureInfo |
threeDSecureInfo |
private String |
type |
| Constructor and Description |
|---|
PaymentMethodNonce(NodeWrapper node) |
| Modifier and Type | Method and Description |
|---|---|
BinData |
getBinData() |
PaymentMethodNonceDetails |
getDetails() |
String |
getNonce() |
String |
getPublicId() |
ThreeDSecureInfo |
getThreeDSecureInfo() |
String |
getType() |
Boolean |
isConsumed() |
Boolean |
isDefault() |
Boolean |
isLocked() |
private Boolean isDefault
private String publicId
private Boolean isLocked
private Boolean isConsumed
private PaymentMethodNonceDetails details
private ThreeDSecureInfo threeDSecureInfo
private String type
private BinData binData
public PaymentMethodNonce(NodeWrapper node)
public Boolean isDefault()
public String getPublicId()
public String getNonce()
public Boolean isLocked()
public Boolean isConsumed()
public PaymentMethodNonceDetails getDetails()
public ThreeDSecureInfo getThreeDSecureInfo()
public String getType()
public BinData getBinData()
Copyright © 2013-2018. All Rights Reserved.