public static class SubscriptionCreateParams.PendingInvoiceItemInterval
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SubscriptionCreateParams.PendingInvoiceItemInterval.Builder |
static class |
SubscriptionCreateParams.PendingInvoiceItemInterval.Interval |
Modifier and Type | Method and Description |
---|---|
static SubscriptionCreateParams.PendingInvoiceItemInterval.Builder |
builder() |
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
SubscriptionCreateParams.PendingInvoiceItemInterval.Interval |
getInterval()
Specifies invoicing frequency.
|
java.lang.Long |
getIntervalCount()
The number of intervals between invoices.
|
public static SubscriptionCreateParams.PendingInvoiceItemInterval.Builder builder()
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
@SerializedName
value. Instead, each
key/value pair is serialized as if the key is a root-level field (serialized) name in this
param object. Effectively, this map is flattened to its parent instance.public SubscriptionCreateParams.PendingInvoiceItemInterval.Interval getInterval()
day
, week
, month
or year
.public java.lang.Long getIntervalCount()
interval=month
and interval_count=3
bills every 3 months. Maximum of one year interval allowed (1 year, 12
months, or 52 weeks).