| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationResponse |
AuthenticationResponse.Builder.build()
Builds a new
AuthenticationResponse object using the set fields. |
AuthenticationResponse |
GooglePayCardResponse.getAuthenticationResult()
Getter for AuthenticationResult.
|
AuthenticationResponse |
CardResponse.getAuthenticationResult()
Getter for AuthenticationResult.
|
AuthenticationResponse |
ApplePayCardResponse.getAuthenticationResult()
Getter for AuthenticationResult.
|
| Modifier and Type | Method and Description |
|---|---|
GooglePayCardResponse.Builder |
GooglePayCardResponse.Builder.authenticationResult(AuthenticationResponse authenticationResult)
Setter for authenticationResult.
|
CardResponse.Builder |
CardResponse.Builder.authenticationResult(AuthenticationResponse authenticationResult)
Setter for authenticationResult.
|
ApplePayCardResponse.Builder |
ApplePayCardResponse.Builder.authenticationResult(AuthenticationResponse authenticationResult)
Setter for authenticationResult.
|
void |
GooglePayCardResponse.setAuthenticationResult(AuthenticationResponse authenticationResult)
Setter for AuthenticationResult.
|
void |
CardResponse.setAuthenticationResult(AuthenticationResponse authenticationResult)
Setter for AuthenticationResult.
|
void |
ApplePayCardResponse.setAuthenticationResult(AuthenticationResponse authenticationResult)
Setter for AuthenticationResult.
|
| 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.
|
GooglePayCardResponse(String name,
String lastDigits,
CardType type,
CardBrand brand,
Address billingAddress,
AuthenticationResponse authenticationResult)
Initialization constructor.
|
Copyright © 2025. All rights reserved.