Package com.stripe.param
Class SetupIntentConfirmParams.PaymentMethodOptions.AcssDebit
- java.lang.Object
-
- com.stripe.param.SetupIntentConfirmParams.PaymentMethodOptions.AcssDebit
-
- Enclosing class:
- SetupIntentConfirmParams.PaymentMethodOptions
public static class SetupIntentConfirmParams.PaymentMethodOptions.AcssDebit extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSetupIntentConfirmParams.PaymentMethodOptions.AcssDebit.Builderstatic classSetupIntentConfirmParams.PaymentMethodOptions.AcssDebit.Currencystatic classSetupIntentConfirmParams.PaymentMethodOptions.AcssDebit.MandateOptionsstatic classSetupIntentConfirmParams.PaymentMethodOptions.AcssDebit.VerificationMethod
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SetupIntentConfirmParams.PaymentMethodOptions.AcssDebit.Builderbuilder()SetupIntentConfirmParams.PaymentMethodOptions.AcssDebit.CurrencygetCurrency()java.util.Map<java.lang.String,java.lang.Object>getExtraParams()SetupIntentConfirmParams.PaymentMethodOptions.AcssDebit.MandateOptionsgetMandateOptions()SetupIntentConfirmParams.PaymentMethodOptions.AcssDebit.VerificationMethodgetVerificationMethod()
-
-
-
Method Detail
-
builder
public static SetupIntentConfirmParams.PaymentMethodOptions.AcssDebit.Builder builder()
-
getCurrency
public SetupIntentConfirmParams.PaymentMethodOptions.AcssDebit.Currency getCurrency()
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
-
getMandateOptions
public SetupIntentConfirmParams.PaymentMethodOptions.AcssDebit.MandateOptions getMandateOptions()
-
getVerificationMethod
public SetupIntentConfirmParams.PaymentMethodOptions.AcssDebit.VerificationMethod getVerificationMethod()
-
-