Class PricingPlanSubscriptionListParams

java.lang.Object
com.stripe.net.ApiRequestParams
com.stripe.param.v2.billing.PricingPlanSubscriptionListParams

public class PricingPlanSubscriptionListParams extends ApiRequestParams
  • Method Details

    • builder

    • getBillingCadence

      public String getBillingCadence()
      Filter by Billing Cadence ID. Mutually exclusive with payer, pricing_plan, and pricing_plan_version.
    • getExtraParams

      public Map<String,Object> 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

      public Integer getLimit()
      Optionally set the maximum number of results per page. Defaults to 20.
    • getPayer

      Filter by payer. Mutually exclusive with billing_cadence, pricing_plan, and pricing_plan_version.
    • getPricingPlan

      public String getPricingPlan()
      Filter by PricingPlan ID. Mutually exlcusive with billing_cadence, payer, and pricing_plan_version.
    • getPricingPlanVersion

      public String getPricingPlanVersion()
      Filter by Pricing Plan Version ID. Mutually exlcusive with billing_cadence, payer, and pricing_plan.
    • getServicingStatus

      Filter by servicing status.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object