Package com.stripe.param.v2.billing
Class PricingPlanSubscriptionListParams.Builder
java.lang.Object
com.stripe.param.v2.billing.PricingPlanSubscriptionListParams.Builder
- Enclosing class:
- PricingPlanSubscriptionListParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Finalize and obtain parameter instance from this builder.putAllExtraParam(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam(String key, Object value) Add a key/value pair to `extraParams` map.setBillingCadence(String billingCadence) Filter by Billing Cadence ID.Optionally set the maximum number of results per page.Filter by payer.setPricingPlan(String pricingPlan) Filter by PricingPlan ID.setPricingPlanVersion(String pricingPlanVersion) Filter by Pricing Plan Version ID.setServicingStatus(PricingPlanSubscriptionListParams.ServicingStatus servicingStatus) Filter by servicing status.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setBillingCadence
Filter by Billing Cadence ID. Mutually exclusive withpayer,pricing_plan, andpricing_plan_version. -
putExtraParam
Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeePricingPlanSubscriptionListParams.extraParamsfor the field documentation. -
putAllExtraParam
Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeePricingPlanSubscriptionListParams.extraParamsfor the field documentation. -
setLimit
Optionally set the maximum number of results per page. Defaults to 20. -
setPayer
public PricingPlanSubscriptionListParams.Builder setPayer(PricingPlanSubscriptionListParams.Payer payer) Filter by payer. Mutually exclusive withbilling_cadence,pricing_plan, andpricing_plan_version. -
setPricingPlan
Filter by PricingPlan ID. Mutually exlcusive withbilling_cadence,payer, andpricing_plan_version. -
setPricingPlanVersion
Filter by Pricing Plan Version ID. Mutually exlcusive withbilling_cadence,payer, andpricing_plan. -
setServicingStatus
public PricingPlanSubscriptionListParams.Builder setServicingStatus(PricingPlanSubscriptionListParams.ServicingStatus servicingStatus) Filter by servicing status.
-