Package com.stripe.param
Class SetupIntentUpdateParams.PaymentMethodOptions
- java.lang.Object
-
- com.stripe.param.SetupIntentUpdateParams.PaymentMethodOptions
-
- Enclosing class:
- SetupIntentUpdateParams
public static class SetupIntentUpdateParams.PaymentMethodOptions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSetupIntentUpdateParams.PaymentMethodOptions.AcssDebitstatic classSetupIntentUpdateParams.PaymentMethodOptions.Builderstatic classSetupIntentUpdateParams.PaymentMethodOptions.Cardstatic classSetupIntentUpdateParams.PaymentMethodOptions.SepaDebit
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SetupIntentUpdateParams.PaymentMethodOptions.Builderbuilder()SetupIntentUpdateParams.PaymentMethodOptions.AcssDebitgetAcssDebit()SetupIntentUpdateParams.PaymentMethodOptions.CardgetCard()java.util.Map<java.lang.String,java.lang.Object>getExtraParams()SetupIntentUpdateParams.PaymentMethodOptions.SepaDebitgetSepaDebit()
-
-
-
Method Detail
-
builder
public static SetupIntentUpdateParams.PaymentMethodOptions.Builder builder()
-
getAcssDebit
public SetupIntentUpdateParams.PaymentMethodOptions.AcssDebit getAcssDebit()
-
getCard
public SetupIntentUpdateParams.PaymentMethodOptions.Card getCard()
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
-
getSepaDebit
public SetupIntentUpdateParams.PaymentMethodOptions.SepaDebit getSepaDebit()
-
-