Package com.stripe.param
Class InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Card.Builder
java.lang.Object
com.stripe.param.InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Card.Builder
- Enclosing class:
- InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Card
public static class InvoiceUpdateParams.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.setInstallments
(InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Card.Installments installments) Installment configuration for payments attempted on this invoice (Mexico Only).setRequestThreeDSecure
(InvoiceUpdateParams.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 InvoiceUpdateParams.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. SeeInvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Card.extraParams
for the field documentation. -
putAllExtraParam
public InvoiceUpdateParams.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. SeeInvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Card.extraParams
for the field documentation. -
setInstallments
public InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Card.Builder setInstallments(InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Card.Installments installments) Installment configuration for payments attempted on this invoice (Mexico Only).For more information, see the installments integration guide.
-
setRequestThreeDSecure
public InvoiceUpdateParams.PaymentSettings.PaymentMethodOptions.Card.Builder setRequestThreeDSecure(InvoiceUpdateParams.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.
-