Package com.stripe.param
Class InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Upi.Builder
java.lang.Object
com.stripe.param.InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Upi.Builder
- Enclosing class:
- InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Upi
public static class InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Upi.Builder
extends Object
-
Constructor Summary
Constructors -
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.setMandateOptions
(InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Upi.MandateOptions mandateOptions) Configuration options for setting up an eMandate.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Upi.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.Upi.extraParams
for the field documentation. -
putAllExtraParam
public InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Upi.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.Upi.extraParams
for the field documentation. -
setMandateOptions
public InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Upi.Builder setMandateOptions(InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Upi.MandateOptions mandateOptions) Configuration options for setting up an eMandate.
-