| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
ApplePayPaymentObject |
ApplePayPaymentObject.Builder.build()
Builds a new
ApplePayPaymentObject object using the set fields. |
ApplePayPaymentObject |
PaymentSourceResponse.getApplePay()
Getter for ApplePay.
|
ApplePayPaymentObject |
OrderAuthorizeResponsePaymentSource.getApplePay()
Getter for ApplePay.
|
| Modifier and Type | Method and Description |
|---|---|
PaymentSourceResponse.Builder |
PaymentSourceResponse.Builder.applePay(ApplePayPaymentObject applePay)
Setter for applePay.
|
OrderAuthorizeResponsePaymentSource.Builder |
OrderAuthorizeResponsePaymentSource.Builder.applePay(ApplePayPaymentObject applePay)
Setter for applePay.
|
void |
PaymentSourceResponse.setApplePay(ApplePayPaymentObject applePay)
Setter for ApplePay.
|
void |
OrderAuthorizeResponsePaymentSource.setApplePay(ApplePayPaymentObject applePay)
Setter for ApplePay.
|
| Constructor and Description |
|---|
OrderAuthorizeResponsePaymentSource(CardResponse card,
PaypalWalletResponse paypal,
ApplePayPaymentObject applePay,
GooglePayWalletResponse googlePay,
VenmoWalletResponse venmo)
Initialization constructor.
|
PaymentSourceResponse(CardResponse card,
PaypalWalletResponse paypal,
BancontactPaymentObject bancontact,
BlikPaymentObject blik,
EpsPaymentObject eps,
GiropayPaymentObject giropay,
IdealPaymentObject ideal,
MybankPaymentObject mybank,
P24PaymentObject p24,
SofortPaymentObject sofort,
TrustlyPaymentObject trustly,
ApplePayPaymentObject applePay,
GooglePayWalletResponse googlePay,
VenmoWalletResponse venmo)
Initialization constructor.
|
Copyright © 2025. All rights reserved.