| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
MerchantPreferences |
MerchantPreferences.Builder.build()
Builds a new
MerchantPreferences object using the set fields. |
MerchantPreferences |
PlanDetails.getMerchantPreferences()
Getter for MerchantPreferences.
|
MerchantPreferences |
PlanRequest.getMerchantPreferences()
Getter for MerchantPreferences.
|
MerchantPreferences |
BillingPlan.getMerchantPreferences()
Getter for MerchantPreferences.
|
| Modifier and Type | Method and Description |
|---|---|
PlanDetails.Builder |
PlanDetails.Builder.merchantPreferences(MerchantPreferences merchantPreferences)
Setter for merchantPreferences.
|
PlanRequest.Builder |
PlanRequest.Builder.merchantPreferences(MerchantPreferences merchantPreferences)
Setter for merchantPreferences.
|
BillingPlan.Builder |
BillingPlan.Builder.merchantPreferences(MerchantPreferences merchantPreferences)
Setter for merchantPreferences.
|
void |
PlanDetails.setMerchantPreferences(MerchantPreferences merchantPreferences)
Setter for MerchantPreferences.
|
void |
PlanRequest.setMerchantPreferences(MerchantPreferences merchantPreferences)
Setter for MerchantPreferences.
|
void |
BillingPlan.setMerchantPreferences(MerchantPreferences merchantPreferences)
Setter for MerchantPreferences.
|
| 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.
|
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.