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