Package com.stripe.param
Class PaymentIntentCreateParams.PaymentMethodOptions.AcssDebit.MandateOptions
java.lang.Object
com.stripe.param.PaymentIntentCreateParams.PaymentMethodOptions.AcssDebit.MandateOptions
- Enclosing class:
- PaymentIntentCreateParams.PaymentMethodOptions.AcssDebit
public static class PaymentIntentCreateParams.PaymentMethodOptions.AcssDebit.MandateOptions
extends Object
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static enum
static enum
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
A URL for custom mandate text to render during confirmation step.Map of extra parameters for custom features not available in this client library.Description of the mandate interval.Payment schedule for the mandate.Transaction type of the mandate.
-
Method Details
-
builder
public static PaymentIntentCreateParams.PaymentMethodOptions.AcssDebit.MandateOptions.Builder builder() -
getCustomMandateUrl
A URL for custom mandate text to render during confirmation step. The URL will be rendered with additional GET parameterspayment_intent
andpayment_intent_client_secret
when confirming a Payment Intent, orsetup_intent
andsetup_intent_client_secret
when confirming a Setup Intent. -
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedName
value. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getIntervalDescription
Description of the mandate interval. Only required if 'payment_schedule' parameter is 'interval' or 'combined'. -
getPaymentSchedule
public PaymentIntentCreateParams.PaymentMethodOptions.AcssDebit.MandateOptions.PaymentSchedule getPaymentSchedule()Payment schedule for the mandate. -
getTransactionType
public PaymentIntentCreateParams.PaymentMethodOptions.AcssDebit.MandateOptions.TransactionType getTransactionType()Transaction type of the mandate.
-