Package com.stripe.param
Class PaymentIntentUpdateParams.MandateDataPublishableKey.CustomerAcceptance.Builder
java.lang.Object
com.stripe.param.PaymentIntentUpdateParams.MandateDataPublishableKey.CustomerAcceptance.Builder
public static class PaymentIntentUpdateParams.MandateDataPublishableKey.CustomerAcceptance.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.If this is a Mandate accepted online, this hash contains details about the online acceptance.The type of customer acceptance information included with the Mandate.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public PaymentIntentUpdateParams.MandateDataPublishableKey.CustomerAcceptance.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. SeePaymentIntentUpdateParams.MandateDataPublishableKey.CustomerAcceptance.extraParams
for the field documentation. -
putAllExtraParam
public PaymentIntentUpdateParams.MandateDataPublishableKey.CustomerAcceptance.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. SeePaymentIntentUpdateParams.MandateDataPublishableKey.CustomerAcceptance.extraParams
for the field documentation. -
setOnline
public PaymentIntentUpdateParams.MandateDataPublishableKey.CustomerAcceptance.Builder setOnline(PaymentIntentUpdateParams.MandateDataPublishableKey.CustomerAcceptance.Online online) If this is a Mandate accepted online, this hash contains details about the online acceptance. -
setType
public PaymentIntentUpdateParams.MandateDataPublishableKey.CustomerAcceptance.Builder setType(PaymentIntentUpdateParams.MandateDataPublishableKey.CustomerAcceptance.Type type) The type of customer acceptance information included with the Mandate.
-