Class PricingPlanComponent.RateCard

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.PricingPlanComponent.RateCard
All Implemented Interfaces:
HasId, StripeObjectInterface
Enclosing class:
PricingPlanComponent

public static class PricingPlanComponent.RateCard extends StripeObject implements HasId
For more details about RateCard, please refer to the API Reference.
  • Constructor Details

    • RateCard

      public RateCard()
  • Method Details

    • getVersion

      public String getVersion()
      The version of the RateCard. Defaults to 'latest', if not specified.
    • setId

      public void setId(String id)
      The ID of the Rate Card.
    • setVersion

      public void setVersion(String version)
      The version of the RateCard. Defaults to 'latest', if not specified.
    • 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
    • getId

      public String getId()
      The ID of the Rate Card.
      Specified by:
      getId in interface HasId