Package com.stripe.param
Class PaymentIntentUpdateParams.MandateDataPublishableKey.CustomerAcceptance.Online.Builder
java.lang.Object
com.stripe.param.PaymentIntentUpdateParams.MandateDataPublishableKey.CustomerAcceptance.Online.Builder
public static class PaymentIntentUpdateParams.MandateDataPublishableKey.CustomerAcceptance.Online.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.setIpAddress
(EmptyParam ipAddress) The IP address from which the Mandate was accepted by the customer.setIpAddress
(String ipAddress) The IP address from which the Mandate was accepted by the customer.setUserAgent
(EmptyParam userAgent) setUserAgent
(String userAgent) The user agent of the browser from which the Mandate was accepted by the customer.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public PaymentIntentUpdateParams.MandateDataPublishableKey.CustomerAcceptance.Online.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.Online.extraParams
for the field documentation. -
putAllExtraParam
public PaymentIntentUpdateParams.MandateDataPublishableKey.CustomerAcceptance.Online.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.Online.extraParams
for the field documentation. -
setIpAddress
public PaymentIntentUpdateParams.MandateDataPublishableKey.CustomerAcceptance.Online.Builder setIpAddress(String ipAddress) The IP address from which the Mandate was accepted by the customer. -
setIpAddress
public PaymentIntentUpdateParams.MandateDataPublishableKey.CustomerAcceptance.Online.Builder setIpAddress(EmptyParam ipAddress) The IP address from which the Mandate was accepted by the customer. -
setUserAgent
public PaymentIntentUpdateParams.MandateDataPublishableKey.CustomerAcceptance.Online.Builder setUserAgent(String userAgent) The user agent of the browser from which the Mandate was accepted by the customer. -
setUserAgent
public PaymentIntentUpdateParams.MandateDataPublishableKey.CustomerAcceptance.Online.Builder setUserAgent(EmptyParam userAgent)
-