Package com.stripe.model.v2.billing
Class PricingPlanComponent.LicenseFee
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.PricingPlanComponent.LicenseFee
- All Implemented Interfaces:
HasId
,StripeObjectInterface
- Enclosing class:
- PricingPlanComponent
For more details about LicenseFee, 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
getId()
The ID of the License Fee.The version of the LicenseFee.int
hashCode()
void
The ID of the License Fee.void
setVersion
(String version) The version of the LicenseFee.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
LicenseFee
public LicenseFee()
-
-
Method Details
-
getVersion
The version of the LicenseFee. Defaults to 'latest', if not specified. -
setId
The ID of the License Fee. -
setVersion
The version of the LicenseFee. Defaults to 'latest', if not specified. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
The ID of the License Fee.
-