Package com.stripe.model
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
For more details about LicenseFeeDetails, 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 ID of the licensed item this item is associated with.The ID of the license fee this item is associated with.The version of the license fee this item is associated with.int
hashCode()
void
setLicensedItem
(String licensedItem) The ID of the licensed item this item is associated with.void
setLicenseFee
(String licenseFee) The ID of the license fee this item is associated with.void
setLicenseFeeVersion
(String licenseFeeVersion) The version of the license fee this item is associated with.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
LicenseFeeDetails
public LicenseFeeDetails()
-
-
Method Details
-
getLicenseFee
The ID of the license fee this item is associated with. -
getLicenseFeeVersion
The version of the license fee this item is associated with. -
getLicensedItem
The ID of the licensed item this item is associated with. -
setLicenseFee
The ID of the license fee this item is associated with. -
setLicenseFeeVersion
The version of the license fee this item is associated with. -
setLicensedItem
The ID of the licensed item this item is associated with. -
equals
-
canEqual
-
hashCode
public int hashCode()
-