Package com.stripe.model
Class Quote.SubscriptionData.BillingMode
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Quote.SubscriptionData.BillingMode
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Quote.SubscriptionData
The billing mode of the quote.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
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
. -
setType
Controls how prorations and invoices for subscriptions are calculated and orchestrated.One of
classic
, orflexible
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-