| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
PaymentPreferences |
PaymentPreferences.Builder.build()
Builds a new
PaymentPreferences object using the set fields. |
PaymentPreferences |
PlanDetails.getPaymentPreferences()
Getter for PaymentPreferences.
|
PaymentPreferences |
PlanRequest.getPaymentPreferences()
Getter for PaymentPreferences.
|
PaymentPreferences |
BillingPlan.getPaymentPreferences()
Getter for PaymentPreferences.
|
| Modifier and Type | Method and Description |
|---|---|
PlanDetails.Builder |
PlanDetails.Builder.paymentPreferences(PaymentPreferences paymentPreferences)
Setter for paymentPreferences.
|
PlanRequest.Builder |
PlanRequest.Builder.paymentPreferences(PaymentPreferences paymentPreferences)
Setter for paymentPreferences.
|
BillingPlan.Builder |
BillingPlan.Builder.paymentPreferences(PaymentPreferences paymentPreferences)
Setter for paymentPreferences.
|
void |
PlanDetails.setPaymentPreferences(PaymentPreferences paymentPreferences)
Setter for PaymentPreferences.
|
void |
PlanRequest.setPaymentPreferences(PaymentPreferences paymentPreferences)
Setter for PaymentPreferences.
|
void |
BillingPlan.setPaymentPreferences(PaymentPreferences paymentPreferences)
Setter for PaymentPreferences.
|
| Constructor and Description |
|---|
BillingPlan(String id,
String productId,
String name,
SubscriptionPlanStatus status,
String description,
List<SubscriptionBillingCycle> billingCycles,
PaymentPreferences paymentPreferences,
MerchantPreferences merchantPreferences,
Taxes taxes,
Boolean quantitySupported,
String createTime,
String updateTime,
List<LinkDescription> links)
Initialization constructor.
|
Builder(String productId,
String name,
List<SubscriptionBillingCycle> billingCycles,
PaymentPreferences paymentPreferences)
Initialization constructor.
|
PlanDetails(String productId,
String name,
String description,
List<SubscriptionBillingCycle> billingCycles,
PaymentPreferences paymentPreferences,
MerchantPreferences merchantPreferences,
Taxes taxes,
Boolean quantitySupported)
Initialization constructor.
|
PlanRequest(String productId,
String name,
List<SubscriptionBillingCycle> billingCycles,
PaymentPreferences paymentPreferences,
PlanRequestStatus status,
String description,
MerchantPreferences merchantPreferences,
Taxes taxes,
Boolean quantitySupported)
Initialization constructor.
|
Copyright © 2026. All rights reserved.