public class CardConfiguration
extends Configuration
Configuration
class required by CardComponent
to change it's behavior. Pass it to the CardComponent.PROVIDER
.Modifier and Type | Class and Description |
---|---|
static class |
CardConfiguration.Builder
Builder to create a
CardConfiguration . |
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<CardConfiguration> |
CREATOR |
static java.util.List<CardType> |
DEFAULT_SUPPORTED_CARDS_LIST |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPublicKey()
Get public key.
|
java.lang.String |
getShopperReference() |
java.util.List<CardType> |
getSupportedCardTypes()
The list of
CardType that this payment supports. |
boolean |
isHideCvc() |
boolean |
isHideCvcStoredCard() |
boolean |
isHolderNameRequire() |
boolean |
isShowStorePaymentFieldEnable() |
CardConfiguration.Builder |
newBuilder() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public static final java.util.List<CardType> DEFAULT_SUPPORTED_CARDS_LIST
public static final android.os.Parcelable.Creator<CardConfiguration> CREATOR
public void writeToParcel(android.os.Parcel dest, int flags)
public java.lang.String getPublicKey()
String
public java.util.List<CardType> getSupportedCardTypes()
CardType
that this payment supports. Used to predict the card type of theCardType
.public boolean isHolderNameRequire()
public java.lang.String getShopperReference()
public boolean isShowStorePaymentFieldEnable()
public CardConfiguration.Builder newBuilder()
public boolean isHideCvc()
public boolean isHideCvcStoredCard()