public class Card3dSecureInfo extends PayPalModel
| Constructor and Description |
|---|
Card3dSecureInfo()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAuthStatus()
Authorization status from 3ds provider.
|
java.lang.String |
getCavv()
Cardholder Authentication Verification Value (used by VISA).
|
java.lang.String |
getEci()
Numeric flag to indicate how the payment should be processed in relationship to 3d-secure.
|
java.lang.String |
getMpiVendor()
Name of the actual 3ds vendor who processed the 3ds request, e.g.
|
java.lang.String |
getXid()
Transaction identifier from authenticator.
|
int |
hashCode() |
Card3dSecureInfo |
setAuthStatus(java.lang.String authStatus)
Authorization status from 3ds provider.
|
Card3dSecureInfo |
setCavv(java.lang.String cavv)
Cardholder Authentication Verification Value (used by VISA).
|
Card3dSecureInfo |
setEci(java.lang.String eci)
Numeric flag to indicate how the payment should be processed in relationship to 3d-secure.
|
Card3dSecureInfo |
setMpiVendor(java.lang.String mpiVendor)
Name of the actual 3ds vendor who processed the 3ds request, e.g.
|
Card3dSecureInfo |
setXid(java.lang.String xid)
Transaction identifier from authenticator.
|
toJSON, toStringpublic java.lang.String getAuthStatus()
public java.lang.String getEci()
public java.lang.String getCavv()
public java.lang.String getXid()
public java.lang.String getMpiVendor()
public Card3dSecureInfo setAuthStatus(java.lang.String authStatus)
public Card3dSecureInfo setEci(java.lang.String eci)
public Card3dSecureInfo setCavv(java.lang.String cavv)
public Card3dSecureInfo setXid(java.lang.String xid)
public Card3dSecureInfo setMpiVendor(java.lang.String mpiVendor)
public boolean equals(java.lang.Object o)
equals in class PayPalModelprotected boolean canEqual(java.lang.Object other)
canEqual in class PayPalModelpublic int hashCode()
hashCode in class PayPalModel