Package com.stripe.param
Class InvoiceUpdateParams.ShippingCost.ShippingRateData.FixedAmount.CurrencyOption.Builder
java.lang.Object
com.stripe.param.InvoiceUpdateParams.ShippingCost.ShippingRateData.FixedAmount.CurrencyOption.Builder
public static class InvoiceUpdateParams.ShippingCost.ShippingRateData.FixedAmount.CurrencyOption.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.Required. A non-negative integer in cents representing how much to charge.setTaxBehavior
(InvoiceUpdateParams.ShippingCost.ShippingRateData.FixedAmount.CurrencyOption.TaxBehavior taxBehavior)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
setAmount
public InvoiceUpdateParams.ShippingCost.ShippingRateData.FixedAmount.CurrencyOption.Builder setAmount(Long amount) Required. A non-negative integer in cents representing how much to charge. -
putExtraParam
public InvoiceUpdateParams.ShippingCost.ShippingRateData.FixedAmount.CurrencyOption.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.ShippingCost.ShippingRateData.FixedAmount.CurrencyOption.extraParams
for the field documentation. -
putAllExtraParam
public InvoiceUpdateParams.ShippingCost.ShippingRateData.FixedAmount.CurrencyOption.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.ShippingCost.ShippingRateData.FixedAmount.CurrencyOption.extraParams
for the field documentation. -
setTaxBehavior
-