Package com.stripe.param.v2.billing
Class RateCardSubscriptionListParams
java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.v2.billing.RateCardSubscriptionListParams
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static enum
Nested classes/interfaces inherited from class com.stripe.net.ApiRequestParams
ApiRequestParams.EnumParam
-
Field Summary
Fields inherited from class com.stripe.net.ApiRequestParams
EXTRA_PARAMS_KEY
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Optionally filter by a BillingCadence.Map of extra parameters for custom features not available in this client library.getLimit()
The page size limit, if not provided the default is 20.getPayer()
Optionally filter by the payer associated with Billing Cadences which the Rate Card Subscriptions are subscribed to.Optionally filter by a RateCard.Optionally filter by a RateCard version.Optionally filter by servicing status.int
hashCode()
Methods inherited from class com.stripe.net.ApiRequestParams
paramsToMap, toMap
-
Method Details
-
builder
-
getBillingCadence
Optionally filter by a BillingCadence. Mutually exclusive withpayers
,rate_card
, andrate_card_version
. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getLimit
The page size limit, if not provided the default is 20. -
getPayer
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
. -
getRateCard
Optionally filter by a RateCard. Mutually exclusive withbilling_cadence
,payers
, andrate_card_version
. -
getRateCardVersion
Optionally filter by a RateCard version. Mutually exclusive withbilling_cadence
,payers
, andrate_card
. -
getServicingStatus
Optionally filter by servicing status. -
equals
-
canEqual
-
hashCode
public int hashCode()
-