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