Package com.stripe.model
Class QuotePreviewSubscriptionSchedule.BillingMode
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.QuotePreviewSubscriptionSchedule.BillingMode
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- QuotePreviewSubscriptionSchedule
The billing mode of the subscription.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getType()
Controls how prorations and invoices for subscriptions are calculated and orchestrated.Details on when the current billing_mode was adopted.int
hashCode()
void
Controls how prorations and invoices for subscriptions are calculated and orchestrated.void
setUpdatedAt
(Long updatedAt) Details on when the current billing_mode was adopted.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BillingMode
public BillingMode()
-
-
Method Details
-
getType
Controls how prorations and invoices for subscriptions are calculated and orchestrated.One of
classic
, orflexible
. -
getUpdatedAt
Details on when the current billing_mode was adopted. -
setType
Controls how prorations and invoices for subscriptions are calculated and orchestrated.One of
classic
, orflexible
. -
setUpdatedAt
Details on when the current billing_mode was adopted. -
equals
-
canEqual
-
hashCode
public int hashCode()
-