Package com.stripe.param
Class SetupIntentConfirmParams.PaymentMethodOptions
- java.lang.Object
-
- com.stripe.param.SetupIntentConfirmParams.PaymentMethodOptions
-
- Enclosing class:
- SetupIntentConfirmParams
public static class SetupIntentConfirmParams.PaymentMethodOptions extends java.lang.ObjectThe user agent of the browser from which the Mandate was accepted by the customer.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSetupIntentConfirmParams.PaymentMethodOptions.AcssDebitstatic classSetupIntentConfirmParams.PaymentMethodOptions.Builderstatic classSetupIntentConfirmParams.PaymentMethodOptions.Cardstatic classSetupIntentConfirmParams.PaymentMethodOptions.SepaDebit
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SetupIntentConfirmParams.PaymentMethodOptions.Builderbuilder()SetupIntentConfirmParams.PaymentMethodOptions.AcssDebitgetAcssDebit()SetupIntentConfirmParams.PaymentMethodOptions.CardgetCard()java.util.Map<java.lang.String,java.lang.Object>getExtraParams()SetupIntentConfirmParams.PaymentMethodOptions.SepaDebitgetSepaDebit()
-
-
-
Method Detail
-
builder
public static SetupIntentConfirmParams.PaymentMethodOptions.Builder builder()
-
getAcssDebit
public SetupIntentConfirmParams.PaymentMethodOptions.AcssDebit getAcssDebit()
-
getCard
public SetupIntentConfirmParams.PaymentMethodOptions.Card getCard()
-
getExtraParams
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
-
getSepaDebit
public SetupIntentConfirmParams.PaymentMethodOptions.SepaDebit getSepaDebit()
-
-