public class PaymentMethodNonce extends Object
Modifier and Type | Field and Description |
---|---|
private AuthenticationInsight |
authenticationInsight |
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(Map<String,Object> map) |
PaymentMethodNonce(NodeWrapper node) |
Modifier and Type | Method and Description |
---|---|
AuthenticationInsight |
getAuthenticationInsight() |
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
private AuthenticationInsight authenticationInsight
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()
public AuthenticationInsight getAuthenticationInsight()
Copyright © 2013-2020. All Rights Reserved.