Package com.stripe.param
Class InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Card.Installments.Plan.Builder
java.lang.Object
com.stripe.param.InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Card.Installments.Plan.Builder
public static class InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Card.Installments.Plan.Builder
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Finalize and obtain parameter instance from this builder.putAllExtraParam
(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam
(String key, Object value) Add a key/value pair to `extraParams` map.Forfixed_count
installment plans, this is required.setInterval
(InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Card.Installments.Plan.Interval interval) Forfixed_count
installment plans, this is required.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setCount
public InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Card.Installments.Plan.Builder setCount(Long count) Forfixed_count
installment plans, this is required. It represents the number of installment payments your customer will make to their credit card. -
putExtraParam
public InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Card.Installments.Plan.Builder putExtraParam(String key, Object value) Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeInvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Card.Installments.Plan.extraParams
for the field documentation. -
putAllExtraParam
public InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Card.Installments.Plan.Builder putAllExtraParam(Map<String, Object> map) Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeInvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Card.Installments.Plan.extraParams
for the field documentation. -
setInterval
public InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Card.Installments.Plan.Builder setInterval(InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Card.Installments.Plan.Interval interval) Forfixed_count
installment plans, this is required. It represents the interval between installment payments your customer will make to their credit card. One ofmonth
. -
setType
-