Package com.stripe.param.v2.billing
Class CollectionSettingCreateParams.PaymentMethodOptions.Card.Builder
java.lang.Object
com.stripe.param.v2.billing.CollectionSettingCreateParams.PaymentMethodOptions.Card.Builder
- Enclosing class:
- CollectionSettingCreateParams.PaymentMethodOptions.Card
-
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
(CollectionSettingCreateParams.PaymentMethodOptions.Card.MandateOptions mandateOptions) Configuration options for setting up an eMandate for cards issued in India.setNetwork
(String network) Selected network to process the payment on.setRequestThreeDSecure
(CollectionSettingCreateParams.PaymentMethodOptions.Card.RequestThreeDSecure requestThreeDSecure) An advanced option 3D Secure.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public CollectionSettingCreateParams.PaymentMethodOptions.Card.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. SeeCollectionSettingCreateParams.PaymentMethodOptions.Card.extraParams
for the field documentation. -
putAllExtraParam
public CollectionSettingCreateParams.PaymentMethodOptions.Card.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. SeeCollectionSettingCreateParams.PaymentMethodOptions.Card.extraParams
for the field documentation. -
setMandateOptions
public CollectionSettingCreateParams.PaymentMethodOptions.Card.Builder setMandateOptions(CollectionSettingCreateParams.PaymentMethodOptions.Card.MandateOptions mandateOptions) Configuration options for setting up an eMandate for cards issued in India. -
setNetwork
Selected network to process the payment on. Depends on the available networks of the card. -
setRequestThreeDSecure
public CollectionSettingCreateParams.PaymentMethodOptions.Card.Builder setRequestThreeDSecure(CollectionSettingCreateParams.PaymentMethodOptions.Card.RequestThreeDSecure requestThreeDSecure) An advanced option 3D Secure. We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and other requirements. However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. Read our guide on manually requesting 3D Secure for more information on how this configuration interacts with Radar and our SCA Engine.
-