| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static CardType |
CardType.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static CardType |
CardType.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
CardType |
GooglePayCardResponse.getType()
Getter for Type.
|
CardType |
SetupTokenResponseCard.getType()
Getter for Type.
|
CardType |
GooglePayRequestCard.getType()
Getter for Type.
|
CardType |
GooglePayCard.getType()
Getter for Type.
|
CardType |
CardPaymentTokenEntity.getType()
Getter for Type.
|
CardType |
ApplePayCard.getType()
Getter for Type.
|
CardType |
ApplePayTokenizedCard.getType()
Getter for Type.
|
CardType |
CardResponse.getType()
Getter for Type.
|
CardType |
ApplePayCardResponse.getType()
Getter for Type.
|
static CardType |
CardType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CardType[] |
CardType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GooglePayCardResponse.setType(CardType type)
Setter for Type.
|
void |
SetupTokenResponseCard.setType(CardType type)
Setter for Type.
|
void |
GooglePayRequestCard.setType(CardType type)
Setter for Type.
|
void |
GooglePayCard.setType(CardType type)
Setter for Type.
|
void |
CardPaymentTokenEntity.setType(CardType type)
Setter for Type.
|
void |
ApplePayCard.setType(CardType type)
Setter for Type.
|
void |
ApplePayTokenizedCard.setType(CardType type)
Setter for Type.
|
void |
CardResponse.setType(CardType type)
Setter for Type.
|
void |
ApplePayCardResponse.setType(CardType type)
Setter for Type.
|
GooglePayCardResponse.Builder |
GooglePayCardResponse.Builder.type(CardType type)
Setter for type.
|
SetupTokenResponseCard.Builder |
SetupTokenResponseCard.Builder.type(CardType type)
Setter for type.
|
GooglePayRequestCard.Builder |
GooglePayRequestCard.Builder.type(CardType type)
Setter for type.
|
GooglePayCard.Builder |
GooglePayCard.Builder.type(CardType type)
Setter for type.
|
CardPaymentTokenEntity.Builder |
CardPaymentTokenEntity.Builder.type(CardType type)
Setter for type.
|
ApplePayCard.Builder |
ApplePayCard.Builder.type(CardType type)
Setter for type.
|
ApplePayTokenizedCard.Builder |
ApplePayTokenizedCard.Builder.type(CardType type)
Setter for type.
|
CardResponse.Builder |
CardResponse.Builder.type(CardType type)
Setter for type.
|
ApplePayCardResponse.Builder |
ApplePayCardResponse.Builder.type(CardType type)
Setter for type.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
CardType.toValue(List<CardType> toConvert)
Convert list of CardType values to list of string values.
|
| Constructor and Description |
|---|
ApplePayCard(String name,
String lastDigits,
CardType type,
CardBrand brand,
Address billingAddress)
Initialization constructor.
|
ApplePayCardResponse(String name,
String lastDigits,
CardBrand brand,
List<CardBrand> availableNetworks,
CardType type,
AuthenticationResponse authenticationResult,
CardAttributesResponse attributes,
CardFromRequest fromRequest,
String expiry,
BinDetails binDetails,
CardStoredCredential storedCredential,
Address billingAddress,
String countryCode)
Initialization constructor.
|
ApplePayTokenizedCard(String name,
String number,
String expiry,
CardBrand cardType,
CardType type,
CardBrand brand,
Address billingAddress)
Initialization constructor.
|
CardPaymentTokenEntity(String name,
String lastDigits,
CardBrand brand,
String expiry,
CardResponseAddress billingAddress,
CardVerificationStatus verificationStatus,
CardVerificationDetails verification,
NetworkTransactionReferenceEntity networkTransactionReference,
CardAuthenticationResponse authenticationResult,
BinDetails binDetails,
CardType type)
Initialization constructor.
|
CardResponse(String name,
String lastDigits,
CardBrand brand,
List<CardBrand> availableNetworks,
CardType type,
AuthenticationResponse authenticationResult,
CardAttributesResponse attributes,
CardFromRequest fromRequest,
String expiry,
BinDetails binDetails,
CardStoredCredential storedCredential)
Initialization constructor.
|
GooglePayCard(String name,
String number,
String expiry,
String lastDigits,
CardType type,
CardBrand brand,
Address billingAddress)
Initialization constructor.
|
GooglePayCardResponse(String name,
String lastDigits,
CardType type,
CardBrand brand,
Address billingAddress,
AuthenticationResponse authenticationResult)
Initialization constructor.
|
GooglePayRequestCard(String name,
CardType type,
CardBrand brand,
Address billingAddress)
Initialization constructor.
|
SetupTokenResponseCard(String name,
String lastDigits,
CardBrand brand,
String expiry,
CardResponseAddress billingAddress,
CardVerificationStatus verificationStatus,
CardVerificationDetails verification,
NetworkTransactionReferenceEntity networkTransactionReference,
CardAuthenticationResponse authenticationResult,
BinDetails binDetails,
CardType type)
Initialization constructor.
|
Copyright © 2025. All rights reserved.