public final class VisaPaymentSummary
extends java.lang.Object
implements android.os.Parcelable
getStatusName()
.
For future use, if any more values are added to VisaPaymentSummary, they can be accessed
using subscripting. e.g. if a key called info is added to the result, its value can be accessed
as get(String)
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CALL_ID |
static java.lang.String |
CARD_BRAND |
static java.lang.String |
CARD_TYPE |
static java.lang.String |
COUNTRY_CODE |
static android.os.Parcelable.Creator<VisaPaymentSummary> |
CREATOR |
static java.lang.String |
ENC_KEY |
static java.lang.String |
ENC_PAYMENT_DATA |
static java.lang.String |
LAST_FOUR_DIGITS |
static java.lang.String |
PARTIAL_SHIPPING_ADDRESS |
static java.lang.String |
PAYMENT_CANCEL |
static java.lang.String |
PAYMENT_ERROR |
static java.lang.String |
PAYMENT_FAILURE |
static java.lang.String |
PAYMENT_METHOD_TYPE |
static java.lang.String |
PAYMENT_SUCCESS |
static java.lang.String |
POSTAL_CODE |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
java.lang.Object |
get(java.lang.String name)
Returns the value mapped by name.
|
java.lang.String |
getCallId()
Get the Visa Checkout transaction ID
|
java.lang.String |
getCardBrand()
Get the card brand.
|
java.lang.String |
getCardType()
Get the kind of card.
|
java.lang.String |
getCountryCode()
Get the override value for the country code, which controls how text displays in the Visa
Checkout checkout button and lightbox
|
java.lang.String |
getEncKey()
Get the encrypted key to decrypt encPaymentData
|
java.lang.String |
getEncPaymentData()
Get the encrypted consumer data to process the transaction.
|
java.lang.String |
getLastFourDigits()
Get the last 4 digits of the payment instrument
|
java.lang.String |
getPaymentMethodType()
Get the payment method type
|
java.lang.String |
getPostalCode()
Get the postal code that is associated with the billing address
|
java.lang.String |
getStatusName()
Get the result status
|
java.lang.String |
toString() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public static final java.lang.String PARTIAL_SHIPPING_ADDRESS
public static final java.lang.String COUNTRY_CODE
public static final java.lang.String POSTAL_CODE
public static final java.lang.String LAST_FOUR_DIGITS
public static final java.lang.String CARD_BRAND
public static final java.lang.String CARD_TYPE
public static final java.lang.String ENC_PAYMENT_DATA
public static final java.lang.String ENC_KEY
public static final java.lang.String CALL_ID
public static final java.lang.String PAYMENT_METHOD_TYPE
public static final java.lang.String PAYMENT_SUCCESS
public static final java.lang.String PAYMENT_CANCEL
public static final java.lang.String PAYMENT_ERROR
public static final java.lang.String PAYMENT_FAILURE
public static final android.os.Parcelable.Creator<VisaPaymentSummary> CREATOR
public java.lang.String getCountryCode()
public java.lang.String getPostalCode()
public java.lang.String getLastFourDigits()
public java.lang.String getCardBrand()
public java.lang.String getCardType()
public java.lang.String getEncPaymentData()
public java.lang.String getEncKey()
public java.lang.String getCallId()
public java.lang.String getPaymentMethodType()
public java.lang.String getStatusName()
public int describeContents()
describeContents
in interface android.os.Parcelable
public void writeToParcel(android.os.Parcel parcel, int i)
writeToParcel
in interface android.os.Parcelable
public java.lang.Object get(java.lang.String name)
name
- the key for which the value is needed.public java.lang.String toString()
toString
in class java.lang.Object