Class InvoiceItem.Pricing.LicenseFeeDetails

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

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

    • LicenseFeeDetails

      public LicenseFeeDetails()
  • Method Details

    • getLicenseFee

      public String getLicenseFee()
      The ID of the license fee this item is associated with.
    • getLicenseFeeVersion

      public String getLicenseFeeVersion()
      The version of the license fee this item is associated with.
    • getLicensedItem

      public String getLicensedItem()
      The ID of the licensed item this item is associated with.
    • setLicenseFee

      public void setLicenseFee(String licenseFee)
      The ID of the license fee this item is associated with.
    • setLicenseFeeVersion

      public void setLicenseFeeVersion(String licenseFeeVersion)
      The version of the license fee this item is associated with.
    • setLicensedItem

      public void setLicensedItem(String licensedItem)
      The ID of the licensed item this item is associated with.
    • 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