Class PricingPlanComponent.LicenseFee

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

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

    • LicenseFee

      public LicenseFee()
  • Method Details

    • getVersion

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

      public void setId(String id)
      The ID of the License Fee.
    • setVersion

      public void setVersion(String version)
      The version of the LicenseFee. 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 License Fee.
      Specified by:
      getId in interface HasId