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