| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
PaymentMethod |
PaymentMethod.Builder.build()
Builds a new
PaymentMethod object using the set fields. |
PaymentMethod |
SubscriptionApplicationContext.getPaymentMethod()
Getter for PaymentMethod.
|
PaymentMethod |
SubscriptionPatchApplicationContext.getPaymentMethod()
Getter for PaymentMethod.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionApplicationContext.Builder |
SubscriptionApplicationContext.Builder.paymentMethod(PaymentMethod paymentMethod)
Setter for paymentMethod.
|
SubscriptionPatchApplicationContext.Builder |
SubscriptionPatchApplicationContext.Builder.paymentMethod(PaymentMethod paymentMethod)
Setter for paymentMethod.
|
void |
SubscriptionApplicationContext.setPaymentMethod(PaymentMethod paymentMethod)
Setter for PaymentMethod.
|
void |
SubscriptionPatchApplicationContext.setPaymentMethod(PaymentMethod paymentMethod)
Setter for PaymentMethod.
|
| Constructor and Description |
|---|
SubscriptionApplicationContext(String returnUrl,
String cancelUrl,
String brandName,
String locale,
ExperienceContextShippingPreference shippingPreference,
ApplicationContextUserAction userAction,
PaymentMethod paymentMethod)
Initialization constructor.
|
SubscriptionPatchApplicationContext(String returnUrl,
String cancelUrl,
String brandName,
String locale,
ExperienceContextShippingPreference shippingPreference,
PaymentMethod paymentMethod)
Initialization constructor.
|
Copyright © 2026. All rights reserved.