| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
NetworkTransactionReferenceEntity |
NetworkTransactionReferenceEntity.Builder.build()
Builds a new
NetworkTransactionReferenceEntity object using the set fields. |
NetworkTransactionReferenceEntity |
SetupTokenResponseCard.getNetworkTransactionReference()
Getter for NetworkTransactionReference.
|
NetworkTransactionReferenceEntity |
CardPaymentTokenEntity.getNetworkTransactionReference()
Getter for NetworkTransactionReference.
|
| Modifier and Type | Method and Description |
|---|---|
SetupTokenResponseCard.Builder |
SetupTokenResponseCard.Builder.networkTransactionReference(NetworkTransactionReferenceEntity networkTransactionReference)
Setter for networkTransactionReference.
|
CardPaymentTokenEntity.Builder |
CardPaymentTokenEntity.Builder.networkTransactionReference(NetworkTransactionReferenceEntity networkTransactionReference)
Setter for networkTransactionReference.
|
void |
SetupTokenResponseCard.setNetworkTransactionReference(NetworkTransactionReferenceEntity networkTransactionReference)
Setter for NetworkTransactionReference.
|
void |
CardPaymentTokenEntity.setNetworkTransactionReference(NetworkTransactionReferenceEntity networkTransactionReference)
Setter for NetworkTransactionReference.
|
| 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.