Package com.stripe.param
Class InvoiceUpdateParams.ShippingCost.ShippingRateData.DeliveryEstimate.Builder
java.lang.Object
com.stripe.param.InvoiceUpdateParams.ShippingCost.ShippingRateData.DeliveryEstimate.Builder
- Enclosing class:
- InvoiceUpdateParams.ShippingCost.ShippingRateData.DeliveryEstimate
public static class InvoiceUpdateParams.ShippingCost.ShippingRateData.DeliveryEstimate.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.The upper bound of the estimated range.The lower bound of the estimated range.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public InvoiceUpdateParams.ShippingCost.ShippingRateData.DeliveryEstimate.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.DeliveryEstimate.extraParams
for the field documentation. -
putAllExtraParam
public InvoiceUpdateParams.ShippingCost.ShippingRateData.DeliveryEstimate.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.DeliveryEstimate.extraParams
for the field documentation. -
setMaximum
public InvoiceUpdateParams.ShippingCost.ShippingRateData.DeliveryEstimate.Builder setMaximum(InvoiceUpdateParams.ShippingCost.ShippingRateData.DeliveryEstimate.Maximum maximum) The upper bound of the estimated range. If empty, represents no upper bound i.e., infinite. -
setMinimum
public InvoiceUpdateParams.ShippingCost.ShippingRateData.DeliveryEstimate.Builder setMinimum(InvoiceUpdateParams.ShippingCost.ShippingRateData.DeliveryEstimate.Minimum minimum) The lower bound of the estimated range. If empty, represents no lower bound.
-