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
Details if this component is a License Fee.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetId()The ID of the License Fee.The version of the LicenseFee.inthashCode()voidThe ID of the License Fee.voidsetVersion(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.
-