Package com.stripe.model.v2.billing
Class LicenseFeeSubscription
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.v2.billing.LicenseFeeSubscription
- All Implemented Interfaces:
HasId
,StripeObjectInterface
-
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 Billing Cadence.Timestamp of when the object was created.getId()
Unique identifier for the object.The ID of the License Fee.The ID of the License Fee Version.Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode.Set of key-value pairs that you can attach to an object.String representing the object's type.Quantity of the License Fee subscribed to.The ID of the Test Clock, if any.int
hashCode()
void
setBillingCadence
(String billingCadence) The ID of the Billing Cadence.void
setCreated
(Instant created) Timestamp of when the object was created.void
Unique identifier for the object.void
setLicenseFee
(String licenseFee) The ID of the License Fee.void
setLicenseFeeVersion
(String licenseFeeVersion) The ID of the License Fee Version.void
setLivemode
(Boolean livemode) Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode.void
setMetadata
(Map<String, String> metadata) Set of key-value pairs that you can attach to an object.void
String representing the object's type.void
setQuantity
(Integer quantity) Quantity of the License Fee subscribed to.void
setTestClock
(String testClock) The ID of the Test Clock, if any.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
LicenseFeeSubscription
public LicenseFeeSubscription()
-
-
Method Details
-
getBillingCadence
The ID of the Billing Cadence. -
getCreated
Timestamp of when the object was created. -
getLicenseFee
The ID of the License Fee. -
getLicenseFeeVersion
The ID of the License Fee Version. -
getLivemode
Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode. -
getMetadata
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. -
getObject
String representing the object's type. Objects of the same type share the same value of the object field.Equal to
v2.billing.license_fee_subscription
. -
getQuantity
Quantity of the License Fee subscribed to. -
getTestClock
The ID of the Test Clock, if any. -
setBillingCadence
The ID of the Billing Cadence. -
setCreated
Timestamp of when the object was created. -
setId
Unique identifier for the object. -
setLicenseFee
The ID of the License Fee. -
setLicenseFeeVersion
The ID of the License Fee Version. -
setLivemode
Has the valuetrue
if the object exists in live mode or the valuefalse
if the object exists in test mode. -
setMetadata
Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. -
setObject
String representing the object's type. Objects of the same type share the same value of the object field.Equal to
v2.billing.license_fee_subscription
. -
setQuantity
Quantity of the License Fee subscribed to. -
setTestClock
The ID of the Test Clock, if any. -
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
Unique identifier for the object.
-