| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
CardVerificationDetails |
CardVerificationDetails.Builder.build()
Builds a new
CardVerificationDetails object using the set fields. |
CardVerificationDetails |
SetupTokenResponseCard.getVerification()
Getter for Verification.
|
CardVerificationDetails |
CardPaymentTokenEntity.getVerification()
Getter for Verification.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SetupTokenResponseCard.setVerification(CardVerificationDetails verification)
Setter for Verification.
|
void |
CardPaymentTokenEntity.setVerification(CardVerificationDetails verification)
Setter for Verification.
|
SetupTokenResponseCard.Builder |
SetupTokenResponseCard.Builder.verification(CardVerificationDetails verification)
Setter for verification.
|
CardPaymentTokenEntity.Builder |
CardPaymentTokenEntity.Builder.verification(CardVerificationDetails verification)
Setter for verification.
|
| Constructor and Description |
|---|
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.
|
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.