| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
CallbackConfiguration |
CallbackConfiguration.Builder.build()
Builds a new
CallbackConfiguration object using the set fields. |
CallbackConfiguration |
PaypalWalletExperienceContext.getOrderUpdateCallbackConfig()
Getter for OrderUpdateCallbackConfig.
|
CallbackConfiguration |
VenmoWalletExperienceContext.getOrderUpdateCallbackConfig()
Getter for OrderUpdateCallbackConfig.
|
| Modifier and Type | Method and Description |
|---|---|
PaypalWalletExperienceContext.Builder |
PaypalWalletExperienceContext.Builder.orderUpdateCallbackConfig(CallbackConfiguration orderUpdateCallbackConfig)
Setter for orderUpdateCallbackConfig.
|
VenmoWalletExperienceContext.Builder |
VenmoWalletExperienceContext.Builder.orderUpdateCallbackConfig(CallbackConfiguration orderUpdateCallbackConfig)
Setter for orderUpdateCallbackConfig.
|
void |
PaypalWalletExperienceContext.setOrderUpdateCallbackConfig(CallbackConfiguration orderUpdateCallbackConfig)
Setter for OrderUpdateCallbackConfig.
|
void |
VenmoWalletExperienceContext.setOrderUpdateCallbackConfig(CallbackConfiguration orderUpdateCallbackConfig)
Setter for OrderUpdateCallbackConfig.
|
| Constructor and Description |
|---|
PaypalWalletExperienceContext(String brandName,
String locale,
PaypalWalletContextShippingPreference shippingPreference,
String returnUrl,
String cancelUrl,
PaypalExperienceLandingPage landingPage,
PaypalExperienceUserAction userAction,
PayeePaymentMethodPreference paymentMethodPreference,
CallbackConfiguration orderUpdateCallbackConfig)
Initialization constructor.
|
VenmoWalletExperienceContext(String brandName,
ShippingPreference shippingPreference,
CallbackConfiguration orderUpdateCallbackConfig)
Initialization constructor.
|
Copyright © 2025. All rights reserved.