Package com.stripe.param
Class SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Card.Builder
java.lang.Object
com.stripe.param.SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Card.Builder
- Enclosing class:
- SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Card
public static class SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Card.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.setMandateOptions
(SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Card.MandateOptions mandateOptions) Configuration options for setting up an eMandate for cards issued in India.Selected network to process this Subscription on.setRequestThreeDSecure
(SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Card.RequestThreeDSecure requestThreeDSecure) We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and other requirements.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
putExtraParam
public SubscriptionUpdateParams.PaymentSettings.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. SeeSubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Card.extraParams
for the field documentation. -
putAllExtraParam
public SubscriptionUpdateParams.PaymentSettings.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. SeeSubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Card.extraParams
for the field documentation. -
setMandateOptions
public SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Card.Builder setMandateOptions(SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Card.MandateOptions mandateOptions) Configuration options for setting up an eMandate for cards issued in India. -
setNetwork
public SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Card.Builder setNetwork(SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Card.Network network) Selected network to process this Subscription on. Depends on the available networks of the card attached to the Subscription. Can be only set confirm-time. -
setRequestThreeDSecure
public SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Card.Builder setRequestThreeDSecure(SubscriptionUpdateParams.PaymentSettings.PaymentMethodOptions.Card.RequestThreeDSecure requestThreeDSecure) 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.
-