Package com.stripe.param
Class QuoteCreateParams.SubscriptionDataOverride.BillOnAcceptance.BillFrom
java.lang.Object
com.stripe.param.QuoteCreateParams.SubscriptionDataOverride.BillOnAcceptance.BillFrom
- Enclosing class:
- QuoteCreateParams.SubscriptionDataOverride.BillOnAcceptance
public static class QuoteCreateParams.SubscriptionDataOverride.BillOnAcceptance.BillFrom
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static enum
The position of the previous quote line in thelines
array after which this line should begin. -
Method Summary
-
Method Details
-
builder
public static QuoteCreateParams.SubscriptionDataOverride.BillOnAcceptance.BillFrom.Builder builder() -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@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. -
getLineStartsAt
public QuoteCreateParams.SubscriptionDataOverride.BillOnAcceptance.BillFrom.LineStartsAt getLineStartsAt()Details of a Quote line to start the bill period from. -
getTimestamp
A precise Unix timestamp. -
getType
Required. The type of method to specify thebill_from
time.
-