| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
CardResponseAddress |
CardResponseAddress.Builder.build()
Builds a new
CardResponseAddress object using the set fields. |
CardResponseAddress |
SetupTokenResponseCard.getBillingAddress()
Getter for BillingAddress.
|
CardResponseAddress |
CardPaymentTokenEntity.getBillingAddress()
Getter for BillingAddress.
|
| Modifier and Type | Method and Description |
|---|---|
SetupTokenResponseCard.Builder |
SetupTokenResponseCard.Builder.billingAddress(CardResponseAddress billingAddress)
Setter for billingAddress.
|
CardPaymentTokenEntity.Builder |
CardPaymentTokenEntity.Builder.billingAddress(CardResponseAddress billingAddress)
Setter for billingAddress.
|
void |
SetupTokenResponseCard.setBillingAddress(CardResponseAddress billingAddress)
Setter for BillingAddress.
|
void |
CardPaymentTokenEntity.setBillingAddress(CardResponseAddress billingAddress)
Setter for BillingAddress.
|
| 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.