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