Package com.stripe.model
Class Quote.Computed.Recurring
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Quote.Computed.Recurring
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Quote.Computed
For more details about Recurring, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about TotalDetails, 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 booleanbooleanTotal before any discounts or taxes are applied.Total after discounts and taxes are applied.The frequency at which a subscription is billed.The number of intervals (specified in theintervalattribute) between subscription billings.inthashCode()voidsetAmountSubtotal(Long amountSubtotal) Total before any discounts or taxes are applied.voidsetAmountTotal(Long amountTotal) Total after discounts and taxes are applied.voidsetInterval(String interval) The frequency at which a subscription is billed.voidsetIntervalCount(Long intervalCount) The number of intervals (specified in theintervalattribute) between subscription billings.voidsetTotalDetails(Quote.Computed.Recurring.TotalDetails totalDetails) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Recurring
public Recurring()
-
-
Method Details
-
getAmountSubtotal
Total before any discounts or taxes are applied. -
getAmountTotal
Total after discounts and taxes are applied. -
getInterval
The frequency at which a subscription is billed. One ofday,week,monthoryear. -
getIntervalCount
The number of intervals (specified in theintervalattribute) between subscription billings. For example,interval=monthandinterval_count=3bills every 3 months. -
getTotalDetails
-
setAmountSubtotal
Total before any discounts or taxes are applied. -
setAmountTotal
Total after discounts and taxes are applied. -
setInterval
The frequency at which a subscription is billed. One ofday,week,monthoryear. -
setIntervalCount
The number of intervals (specified in theintervalattribute) between subscription billings. For example,interval=monthandinterval_count=3bills every 3 months. -
setTotalDetails
-
equals
-
canEqual
-
hashCode
public int hashCode()
-