Package com.stripe.param
Class SetupIntentConfirmParams.PaymentMethodOptions.AcssDebit.MandateOptions
- java.lang.Object
-
- com.stripe.param.SetupIntentConfirmParams.PaymentMethodOptions.AcssDebit.MandateOptions
-
- Enclosing class:
- SetupIntentConfirmParams.PaymentMethodOptions.AcssDebit
public static class SetupIntentConfirmParams.PaymentMethodOptions.AcssDebit.MandateOptions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSetupIntentConfirmParams.PaymentMethodOptions.AcssDebit.MandateOptions.Builderstatic classSetupIntentConfirmParams.PaymentMethodOptions.AcssDebit.MandateOptions.PaymentSchedulestatic classSetupIntentConfirmParams.PaymentMethodOptions.AcssDebit.MandateOptions.TransactionType
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SetupIntentConfirmParams.PaymentMethodOptions.AcssDebit.MandateOptions.Builderbuilder()java.lang.ObjectgetCustomMandateUrl()java.util.Map<java.lang.String,java.lang.Object>getExtraParams()java.lang.StringgetIntervalDescription()SetupIntentConfirmParams.PaymentMethodOptions.AcssDebit.MandateOptions.PaymentSchedulegetPaymentSchedule()SetupIntentConfirmParams.PaymentMethodOptions.AcssDebit.MandateOptions.TransactionTypegetTransactionType()
-
-
-
Method Detail
-
builder
public static SetupIntentConfirmParams.PaymentMethodOptions.AcssDebit.MandateOptions.Builder builder()
-
getCustomMandateUrl
public java.lang.Object getCustomMandateUrl()
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
-
getIntervalDescription
public java.lang.String getIntervalDescription()
-
getPaymentSchedule
public SetupIntentConfirmParams.PaymentMethodOptions.AcssDebit.MandateOptions.PaymentSchedule getPaymentSchedule()
-
getTransactionType
public SetupIntentConfirmParams.PaymentMethodOptions.AcssDebit.MandateOptions.TransactionType getTransactionType()
-
-