| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
CardAttributesResponse |
CardAttributesResponse.Builder.build()
Builds a new
CardAttributesResponse object using the set fields. |
CardAttributesResponse |
CardResponse.getAttributes()
Getter for Attributes.
|
CardAttributesResponse |
ApplePayCardResponse.getAttributes()
Getter for Attributes.
|
| Modifier and Type | Method and Description |
|---|---|
CardResponse.Builder |
CardResponse.Builder.attributes(CardAttributesResponse attributes)
Setter for attributes.
|
ApplePayCardResponse.Builder |
ApplePayCardResponse.Builder.attributes(CardAttributesResponse attributes)
Setter for attributes.
|
void |
CardResponse.setAttributes(CardAttributesResponse attributes)
Setter for Attributes.
|
void |
ApplePayCardResponse.setAttributes(CardAttributesResponse attributes)
Setter for Attributes.
|
| 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.