Package com.stripe.param.v2.billing
Class RateCardSubscriptionListParams.Builder
java.lang.Object
com.stripe.param.v2.billing.RateCardSubscriptionListParams.Builder
- Enclosing class:
- RateCardSubscriptionListParams
-
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) Optionally filter by a BillingCadence.The page size limit, if not provided the default is 20.Optionally filter by the payer associated with Billing Cadences which the Rate Card Subscriptions are subscribed to.setRateCard
(String rateCard) Optionally filter by a RateCard.setRateCardVersion
(String rateCardVersion) Optionally filter by a RateCard version.setServicingStatus
(RateCardSubscriptionListParams.ServicingStatus servicingStatus) Optionally filter by servicing status.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setBillingCadence
Optionally filter by a BillingCadence. Mutually exclusive withpayers
,rate_card
, andrate_card_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. SeeRateCardSubscriptionListParams.extraParams
for 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. SeeRateCardSubscriptionListParams.extraParams
for the field documentation. -
setLimit
The page size limit, if not provided the default is 20. -
setPayer
Optionally filter by the payer associated with Billing Cadences which the Rate Card Subscriptions are subscribed to. Mutually exclusive withbilling_cadence
,rate_card
, andrate_card_version
. -
setRateCard
Optionally filter by a RateCard. Mutually exclusive withbilling_cadence
,payers
, andrate_card_version
. -
setRateCardVersion
Optionally filter by a RateCard version. Mutually exclusive withbilling_cadence
,payers
, andrate_card
. -
setServicingStatus
public RateCardSubscriptionListParams.Builder setServicingStatus(RateCardSubscriptionListParams.ServicingStatus servicingStatus) Optionally filter by servicing status.
-