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
-
Nested Class Summary
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Total 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 theinterval
attribute) between subscription billings.int
hashCode()
void
setAmountSubtotal
(Long amountSubtotal) Total before any discounts or taxes are applied.void
setAmountTotal
(Long amountTotal) Total after discounts and taxes are applied.void
setInterval
(String interval) The frequency at which a subscription is billed.void
setIntervalCount
(Long intervalCount) The number of intervals (specified in theinterval
attribute) between subscription billings.void
setTotalDetails
(Quote.Computed.Recurring.TotalDetails totalDetails) Methods inherited from class com.stripe.model.StripeObject
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
,month
oryear
. -
getIntervalCount
The number of intervals (specified in theinterval
attribute) between subscription billings. For example,interval=month
andinterval_count=3
bills 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
,month
oryear
. -
setIntervalCount
The number of intervals (specified in theinterval
attribute) between subscription billings. For example,interval=month
andinterval_count=3
bills every 3 months. -
setTotalDetails
-
equals
-
canEqual
-
hashCode
public int hashCode()
-