| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static CardBrand |
CardBrand.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static CardBrand |
CardBrand.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
CardBrand |
GooglePayCardResponse.getBrand()
Getter for Brand.
|
CardBrand |
SetupTokenResponseCard.getBrand()
Getter for Brand.
|
CardBrand |
GooglePayRequestCard.getBrand()
Getter for Brand.
|
CardBrand |
GooglePayCard.getBrand()
Getter for Brand.
|
CardBrand |
CardPaymentTokenEntity.getBrand()
Getter for Brand.
|
CardBrand |
PaymentTokenRequestCard.getBrand()
Getter for Brand.
|
CardBrand |
SetupTokenRequestCard.getBrand()
Getter for Brand.
|
CardBrand |
ApplePayCard.getBrand()
Getter for Brand.
|
CardBrand |
ApplePayTokenizedCard.getBrand()
Getter for Brand.
|
CardBrand |
CardResponse.getBrand()
Getter for Brand.
|
CardBrand |
ApplePayCardResponse.getBrand()
Getter for Brand.
|
CardBrand |
ApplePayTokenizedCard.getCardType()
Getter for CardType.
|
CardBrand |
CardVerificationDetails.getNetwork()
Getter for Network.
|
CardBrand |
NetworkTransactionReferenceEntity.getNetwork()
Getter for Network.
|
CardBrand |
NetworkTransactionReference.getNetwork()
Getter for Network.
|
static CardBrand |
CardBrand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CardBrand[] |
CardBrand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<CardBrand> |
CardResponse.getAvailableNetworks()
Getter for AvailableNetworks.
|
List<CardBrand> |
ApplePayCardResponse.getAvailableNetworks()
Getter for AvailableNetworks.
|
| Modifier and Type | Method and Description |
|---|---|
GooglePayCardResponse.Builder |
GooglePayCardResponse.Builder.brand(CardBrand brand)
Setter for brand.
|
SetupTokenResponseCard.Builder |
SetupTokenResponseCard.Builder.brand(CardBrand brand)
Setter for brand.
|
GooglePayRequestCard.Builder |
GooglePayRequestCard.Builder.brand(CardBrand brand)
Setter for brand.
|
GooglePayCard.Builder |
GooglePayCard.Builder.brand(CardBrand brand)
Setter for brand.
|
CardPaymentTokenEntity.Builder |
CardPaymentTokenEntity.Builder.brand(CardBrand brand)
Setter for brand.
|
PaymentTokenRequestCard.Builder |
PaymentTokenRequestCard.Builder.brand(CardBrand brand)
Setter for brand.
|
SetupTokenRequestCard.Builder |
SetupTokenRequestCard.Builder.brand(CardBrand brand)
Setter for brand.
|
ApplePayCard.Builder |
ApplePayCard.Builder.brand(CardBrand brand)
Setter for brand.
|
ApplePayTokenizedCard.Builder |
ApplePayTokenizedCard.Builder.brand(CardBrand brand)
Setter for brand.
|
CardResponse.Builder |
CardResponse.Builder.brand(CardBrand brand)
Setter for brand.
|
ApplePayCardResponse.Builder |
ApplePayCardResponse.Builder.brand(CardBrand brand)
Setter for brand.
|
ApplePayTokenizedCard.Builder |
ApplePayTokenizedCard.Builder.cardType(CardBrand cardType)
Setter for cardType.
|
CardVerificationDetails.Builder |
CardVerificationDetails.Builder.network(CardBrand network)
Setter for network.
|
NetworkTransactionReferenceEntity.Builder |
NetworkTransactionReferenceEntity.Builder.network(CardBrand network)
Setter for network.
|
NetworkTransactionReference.Builder |
NetworkTransactionReference.Builder.network(CardBrand network)
Setter for network.
|
void |
GooglePayCardResponse.setBrand(CardBrand brand)
Setter for Brand.
|
void |
SetupTokenResponseCard.setBrand(CardBrand brand)
Setter for Brand.
|
void |
GooglePayRequestCard.setBrand(CardBrand brand)
Setter for Brand.
|
void |
GooglePayCard.setBrand(CardBrand brand)
Setter for Brand.
|
void |
CardPaymentTokenEntity.setBrand(CardBrand brand)
Setter for Brand.
|
void |
PaymentTokenRequestCard.setBrand(CardBrand brand)
Setter for Brand.
|
void |
SetupTokenRequestCard.setBrand(CardBrand brand)
Setter for Brand.
|
void |
ApplePayCard.setBrand(CardBrand brand)
Setter for Brand.
|
void |
ApplePayTokenizedCard.setBrand(CardBrand brand)
Setter for Brand.
|
void |
CardResponse.setBrand(CardBrand brand)
Setter for Brand.
|
void |
ApplePayCardResponse.setBrand(CardBrand brand)
Setter for Brand.
|
void |
ApplePayTokenizedCard.setCardType(CardBrand cardType)
Setter for CardType.
|
void |
CardVerificationDetails.setNetwork(CardBrand network)
Setter for Network.
|
void |
NetworkTransactionReferenceEntity.setNetwork(CardBrand network)
Setter for Network.
|
void |
NetworkTransactionReference.setNetwork(CardBrand network)
Setter for Network.
|
| Modifier and Type | Method and Description |
|---|---|
CardResponse.Builder |
CardResponse.Builder.availableNetworks(List<CardBrand> availableNetworks)
Setter for availableNetworks.
|
ApplePayCardResponse.Builder |
ApplePayCardResponse.Builder.availableNetworks(List<CardBrand> availableNetworks)
Setter for availableNetworks.
|
void |
CardResponse.setAvailableNetworks(List<CardBrand> availableNetworks)
Setter for AvailableNetworks.
|
void |
ApplePayCardResponse.setAvailableNetworks(List<CardBrand> availableNetworks)
Setter for AvailableNetworks.
|
static List<String> |
CardBrand.toValue(List<CardBrand> toConvert)
Convert list of CardBrand 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.
|
CardVerificationDetails(String networkTransactionId,
String date,
CardBrand network,
String time,
Money amount,
CardVerificationProcessorResponse processorResponse,
JsonValue threeDSecure)
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.
|
NetworkTransactionReference(String id,
String date,
CardBrand network,
String acquirerReferenceNumber)
Initialization constructor.
|
NetworkTransactionReferenceEntity(String id,
String date,
CardBrand network,
String time)
Initialization constructor.
|
PaymentTokenRequestCard(String name,
String number,
String expiry,
String securityCode,
CardBrand brand,
Address billingAddress)
Initialization constructor.
|
SetupTokenRequestCard(String name,
String number,
String expiry,
String securityCode,
CardBrand brand,
Address billingAddress,
VaultCardVerificationMethod verificationMethod,
SetupTokenCardExperienceContext experienceContext)
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.
|
| Constructor and Description |
|---|
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.
|
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.
|
Copyright © 2025. All rights reserved.