Package com.stripe.model
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
For more details about LicenseFeeSubscriptionDetails, please refer to the API Reference.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The license fee subscription that generated this invoice item.The license fee version that generated this invoice item.The pricing plan subscription that manages the license fee subscription.The pricing plan version at the time this invoice item was generated.int
hashCode()
void
setLicenseFeeSubscription
(String licenseFeeSubscription) The license fee subscription that generated this invoice item.void
setLicenseFeeVersion
(String licenseFeeVersion) The license fee version that generated this invoice item.void
setPricingPlanSubscription
(String pricingPlanSubscription) The pricing plan subscription that manages the license fee subscription.void
setPricingPlanVersion
(String pricingPlanVersion) The pricing plan version at the time this invoice item was generated.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
LicenseFeeSubscriptionDetails
public LicenseFeeSubscriptionDetails()
-
-
Method Details
-
getLicenseFeeSubscription
The license fee subscription that generated this invoice item. -
getLicenseFeeVersion
The license fee version that generated this invoice item. -
getPricingPlanSubscription
The pricing plan subscription that manages the license fee subscription. -
getPricingPlanVersion
The pricing plan version at the time this invoice item was generated. -
setLicenseFeeSubscription
The license fee subscription that generated this invoice item. -
setLicenseFeeVersion
The license fee version that generated this invoice item. -
setPricingPlanSubscription
The pricing plan subscription that manages the license fee subscription. -
setPricingPlanVersion
The pricing plan version at the time this invoice item was generated. -
equals
-
canEqual
-
hashCode
public int hashCode()
-