Package com.stripe.param
Class SubscriptionScheduleCreateParams.Phase
- java.lang.Object
-
- com.stripe.param.SubscriptionScheduleCreateParams.Phase
-
- Enclosing class:
- SubscriptionScheduleCreateParams
public static class SubscriptionScheduleCreateParams.Phase extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubscriptionScheduleCreateParams.Phase.AddInvoiceItemstatic classSubscriptionScheduleCreateParams.Phase.AutomaticTaxSame asunit_amount, but accepts a decimal value in %s with at most 12 decimal places.static classSubscriptionScheduleCreateParams.Phase.BillingCycleAnchorAdd all map key/value pairs to `extraParams` map.static classSubscriptionScheduleCreateParams.Phase.BillingThresholdsAdd all map key/value pairs to `extraParams` map.static classSubscriptionScheduleCreateParams.Phase.Builderstatic classSubscriptionScheduleCreateParams.Phase.CollectionMethodstatic classSubscriptionScheduleCreateParams.Phase.InvoiceSettingsIndicates if thebilling_cycle_anchorshould be reset when a threshold is reached.static classSubscriptionScheduleCreateParams.Phase.ItemAdd all map key/value pairs to `extraParams` map.static classSubscriptionScheduleCreateParams.Phase.ProrationBehaviorstatic classSubscriptionScheduleCreateParams.Phase.TransferDataThe number of intervals between subscription billings.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SubscriptionScheduleCreateParams.Phase.Builderbuilder()java.util.List<SubscriptionScheduleCreateParams.Phase.AddInvoiceItem>getAddInvoiceItems()A list of prices and quantities that will generate invoice items appended to the next invoice.java.math.BigDecimalgetApplicationFeePercent()A non-negative decimal between 0 and 100, with at most two decimal places.SubscriptionScheduleCreateParams.Phase.AutomaticTaxgetAutomaticTax()Automatic tax settings for this phase.SubscriptionScheduleCreateParams.Phase.BillingCycleAnchorgetBillingCycleAnchor()Can be set tophase_startto set the anchor to the start of the phase orautomaticto automatically change it if needed.java.lang.ObjectgetBillingThresholds()Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period.SubscriptionScheduleCreateParams.Phase.CollectionMethodgetCollectionMethod()Eithercharge_automatically, orsend_invoice.java.lang.StringgetCoupon()The identifier of the coupon to apply to this phase of the subscription schedule.java.lang.StringgetDefaultPaymentMethod()ID of the default payment method for the subscription schedule.java.lang.ObjectgetDefaultTaxRates()A list of Tax Rate ids.java.lang.LonggetEndDate()The date at which this phase of the subscription schedule ends.java.util.Map<java.lang.String,java.lang.Object>getExtraParams()Map of extra parameters for custom features not available in this client library.SubscriptionScheduleCreateParams.Phase.InvoiceSettingsgetInvoiceSettings()All invoices will be billed using the specified settings.java.util.List<SubscriptionScheduleCreateParams.Phase.Item>getItems()List of configuration items, each with an attached price, to apply during this phase of the subscription schedule.java.lang.LonggetIterations()Integer representing the multiplier applied to the price interval.SubscriptionScheduleCreateParams.Phase.ProrationBehaviorgetProrationBehavior()If a subscription schedule will create prorations when transitioning to this phase.SubscriptionScheduleCreateParams.Phase.TransferDatagetTransferData()The data with which to automatically create a Transfer for each of the associated subscription's invoices.java.lang.BooleangetTrial()If set to true the entire phase is counted as a trial and the customer will not be charged for any fees.java.lang.LonggetTrialEnd()Sets the phase to trialing from the start date to this date.
-
-
-
Method Detail
-
builder
public static SubscriptionScheduleCreateParams.Phase.Builder builder()
-
getAddInvoiceItems
public java.util.List<SubscriptionScheduleCreateParams.Phase.AddInvoiceItem> getAddInvoiceItems()
A list of prices and quantities that will generate invoice items appended to the next invoice. You may pass up to 20 items.
-
getApplicationFeePercent
public java.math.BigDecimal getApplicationFeePercent()
A non-negative decimal between 0 and 100, with at most two decimal places. This represents the percentage of the subscription invoice subtotal that will be transferred to the application owner's Stripe account. The request must be made by a platform account on a connected account in order to set an application fee percentage. For more information, see the application fees documentation.
-
getAutomaticTax
public SubscriptionScheduleCreateParams.Phase.AutomaticTax getAutomaticTax()
Automatic tax settings for this phase.
-
getBillingCycleAnchor
public SubscriptionScheduleCreateParams.Phase.BillingCycleAnchor getBillingCycleAnchor()
Can be set tophase_startto set the anchor to the start of the phase orautomaticto automatically change it if needed. Cannot be set tophase_startif this phase specifies a trial. For more information, see the billing cycle documentation.
-
getBillingThresholds
public java.lang.Object getBillingThresholds()
Define thresholds at which an invoice will be sent, and the subscription advanced to a new billing period. Pass an empty string to remove previously-defined thresholds.
-
getCollectionMethod
public SubscriptionScheduleCreateParams.Phase.CollectionMethod getCollectionMethod()
Eithercharge_automatically, orsend_invoice. When charging automatically, Stripe will attempt to pay the underlying subscription at the end of each billing cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions. Defaults tocharge_automaticallyon creation.
-
getCoupon
public java.lang.String getCoupon()
The identifier of the coupon to apply to this phase of the subscription schedule.
-
getDefaultPaymentMethod
public java.lang.String getDefaultPaymentMethod()
ID of the default payment method for the subscription schedule. It must belong to the customer associated with the subscription schedule. If not set, invoices will use the default payment method in the customer's invoice settings.
-
getDefaultTaxRates
public java.lang.Object getDefaultTaxRates()
A list of Tax Rate ids. These Tax Rates will set the Subscription'sdefault_tax_rates, which means they will be the Invoice'sdefault_tax_ratesfor any Invoices issued by the Subscription during this Phase.
-
getEndDate
public java.lang.Long getEndDate()
The date at which this phase of the subscription schedule ends. If set,iterationsmust not be set.
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.Object> 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@SerializedNamevalue. 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.
-
getInvoiceSettings
public SubscriptionScheduleCreateParams.Phase.InvoiceSettings getInvoiceSettings()
All invoices will be billed using the specified settings.
-
getItems
public java.util.List<SubscriptionScheduleCreateParams.Phase.Item> getItems()
List of configuration items, each with an attached price, to apply during this phase of the subscription schedule.
-
getIterations
public java.lang.Long getIterations()
Integer representing the multiplier applied to the price interval. For example,iterations=2applied to a price withinterval=monthandinterval_count=3results in a phase of duration2 * 3 months = 6 months. If set,end_datemust not be set.
-
getProrationBehavior
public SubscriptionScheduleCreateParams.Phase.ProrationBehavior getProrationBehavior()
If a subscription schedule will create prorations when transitioning to this phase. Possible values arecreate_prorationsornone, and the default value iscreate_prorations. See Prorations.
-
getTransferData
public SubscriptionScheduleCreateParams.Phase.TransferData getTransferData()
The data with which to automatically create a Transfer for each of the associated subscription's invoices.
-
getTrial
public java.lang.Boolean getTrial()
If set to true the entire phase is counted as a trial and the customer will not be charged for any fees.
-
getTrialEnd
public java.lang.Long getTrialEnd()
Sets the phase to trialing from the start date to this date. Must be before the phase end date, can not be combined withtrial
-
-