Class InvoiceItem.Parent.LicenseFeeSubscriptionDetails

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.InvoiceItem.Parent.LicenseFeeSubscriptionDetails
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
InvoiceItem.Parent

public static class InvoiceItem.Parent.LicenseFeeSubscriptionDetails extends StripeObject
For more details about LicenseFeeSubscriptionDetails, please refer to the API Reference.
  • Constructor Details

    • LicenseFeeSubscriptionDetails

      public LicenseFeeSubscriptionDetails()
  • Method Details

    • getLicenseFeeSubscription

      public String getLicenseFeeSubscription()
      The license fee subscription that generated this invoice item.
    • getLicenseFeeVersion

      public String getLicenseFeeVersion()
      The license fee version that generated this invoice item.
    • getPricingPlanSubscription

      public String getPricingPlanSubscription()
      The pricing plan subscription that manages the license fee subscription.
    • getPricingPlanVersion

      public String getPricingPlanVersion()
      The pricing plan version at the time this invoice item was generated.
    • setLicenseFeeSubscription

      public void setLicenseFeeSubscription(String licenseFeeSubscription)
      The license fee subscription that generated this invoice item.
    • setLicenseFeeVersion

      public void setLicenseFeeVersion(String licenseFeeVersion)
      The license fee version that generated this invoice item.
    • setPricingPlanSubscription

      public void setPricingPlanSubscription(String pricingPlanSubscription)
      The pricing plan subscription that manages the license fee subscription.
    • setPricingPlanVersion

      public void setPricingPlanVersion(String pricingPlanVersion)
      The pricing plan version at the time this invoice item was generated.
    • 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