| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
ApplePayCardResponse |
ApplePayCardResponse.Builder.build()
Builds a new
ApplePayCardResponse object using the set fields. |
ApplePayCardResponse |
ApplePayPaymentObject.getCard()
Getter for Card.
|
| Modifier and Type | Method and Description |
|---|---|
ApplePayPaymentObject.Builder |
ApplePayPaymentObject.Builder.card(ApplePayCardResponse card)
Setter for card.
|
void |
ApplePayPaymentObject.setCard(ApplePayCardResponse card)
Setter for Card.
|
| Constructor and Description |
|---|
ApplePayPaymentObject(String id,
String token,
String name,
String emailAddress,
PhoneNumber phoneNumber,
ApplePayCardResponse card,
ApplePayAttributesResponse attributes,
CardStoredCredential storedCredential)
Initialization constructor.
|
Copyright © 2025. All rights reserved.