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