Package com.stripe.model
Class Subscription.PendingInvoiceItemInterval
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Subscription.PendingInvoiceItemInterval
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Subscription
For more details about PendingInvoiceItemInterval, 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 booleanbooleanSpecifies invoicing frequency.The number of intervals between invoices.inthashCode()voidsetInterval(String interval) Specifies invoicing frequency.voidsetIntervalCount(Long intervalCount) The number of intervals between invoices.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PendingInvoiceItemInterval
public PendingInvoiceItemInterval()
-
-
Method Details
-
getInterval
Specifies invoicing frequency. Eitherday,week,monthoryear.One of
day,month,week, oryear. -
getIntervalCount
The number of intervals between invoices. For example,interval=monthandinterval_count=3bills every 3 months. Maximum of one year interval allowed (1 year, 12 months, or 52 weeks). -
setInterval
Specifies invoicing frequency. Eitherday,week,monthoryear.One of
day,month,week, oryear. -
setIntervalCount
The number of intervals between invoices. For example,interval=monthandinterval_count=3bills every 3 months. Maximum of one year interval allowed (1 year, 12 months, or 52 weeks). -
equals
-
canEqual
-
hashCode
public int hashCode()
-