Package com.stripe.model
Class InvoiceLineItem.Parent.LicenseFeeSubscriptionDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.InvoiceLineItem.Parent.LicenseFeeSubscriptionDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- InvoiceLineItem.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 invoice item that generated this line item.The license fee subscription that generated this line item.The license fee version at the time this line item was generated.The pricing plan subscription that manages the license fee subscription.The pricing plan version at the time this line item was generated.int
hashCode()
void
setInvoiceItem
(String invoiceItem) The invoice item that generated this line item.void
setLicenseFeeSubscription
(String licenseFeeSubscription) The license fee subscription that generated this line item.void
setLicenseFeeVersion
(String licenseFeeVersion) The license fee version at the time this line item was generated.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 line 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
-
getInvoiceItem
The invoice item that generated this line item. -
getLicenseFeeSubscription
The license fee subscription that generated this line item. -
getLicenseFeeVersion
The license fee version at the time this line item was generated. -
getPricingPlanSubscription
The pricing plan subscription that manages the license fee subscription. -
getPricingPlanVersion
The pricing plan version at the time this line item was generated. -
setInvoiceItem
The invoice item that generated this line item. -
setLicenseFeeSubscription
The license fee subscription that generated this line item. -
setLicenseFeeVersion
The license fee version at the time this line item was generated. -
setPricingPlanSubscription
The pricing plan subscription that manages the license fee subscription. -
setPricingPlanVersion
The pricing plan version at the time this line item was generated. -
equals
-
canEqual
-
hashCode
public int hashCode()
-