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
The account subcategories to use to filter for possible accounts to link. Valid
subcategories are
checking
and savings
.-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Specifies invoicing frequency.The number of intervals between invoices.int
hashCode()
void
setInterval
(String interval) Specifies invoicing frequency.void
setIntervalCount
(Long intervalCount) The number of intervals between invoices.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PendingInvoiceItemInterval
public PendingInvoiceItemInterval()
-
-
Method Details
-
getInterval
Specifies invoicing frequency. Eitherday
,week
,month
oryear
.One of
day
,month
,week
, oryear
. -
getIntervalCount
The number of intervals between invoices. For example,interval=month
andinterval_count=3
bills every 3 months. Maximum of one year interval allowed (1 year, 12 months, or 52 weeks). -
setInterval
Specifies invoicing frequency. Eitherday
,week
,month
oryear
.One of
day
,month
,week
, oryear
. -
setIntervalCount
The number of intervals between invoices. For example,interval=month
andinterval_count=3
bills every 3 months. Maximum of one year interval allowed (1 year, 12 months, or 52 weeks). -
equals
-
canEqual
-
hashCode
public int hashCode()
-