| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
PaymentMethodPreference |
PaymentMethodPreference.Builder.build()
Builds a new
PaymentMethodPreference object using the set fields. |
PaymentMethodPreference |
OrderApplicationContext.getPaymentMethod()
Getter for PaymentMethod.
|
| Modifier and Type | Method and Description |
|---|---|
OrderApplicationContext.Builder |
OrderApplicationContext.Builder.paymentMethod(PaymentMethodPreference paymentMethod)
Setter for paymentMethod.
|
void |
OrderApplicationContext.setPaymentMethod(PaymentMethodPreference paymentMethod)
Setter for PaymentMethod.
|
| Constructor and Description |
|---|
OrderApplicationContext(String brandName,
String locale,
OrderApplicationContextLandingPage landingPage,
OrderApplicationContextShippingPreference shippingPreference,
OrderApplicationContextUserAction userAction,
PaymentMethodPreference paymentMethod,
String returnUrl,
String cancelUrl,
StoredPaymentSource storedPaymentSource)
Initialization constructor.
|
Copyright © 2025. All rights reserved.