Package com.stripe.model
Class SetupIntent.PaymentMethodOptions
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.SetupIntent.PaymentMethodOptions
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SetupIntent
public static class SetupIntent.PaymentMethodOptions extends StripeObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSetupIntent.PaymentMethodOptions.AcssDebitstatic classSetupIntent.PaymentMethodOptions.Cardstatic classSetupIntent.PaymentMethodOptions.SepaDebitstatic classSetupIntent.PaymentMethodOptions.SepaDebitMandateOptions
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description PaymentMethodOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)SetupIntent.PaymentMethodOptions.AcssDebitgetAcssDebit()SetupIntent.PaymentMethodOptions.CardgetCard()SetupIntent.PaymentMethodOptions.SepaDebitgetSepaDebit()inthashCode()voidsetAcssDebit(SetupIntent.PaymentMethodOptions.AcssDebit acssDebit)voidsetCard(SetupIntent.PaymentMethodOptions.Card card)voidsetSepaDebit(SetupIntent.PaymentMethodOptions.SepaDebit sepaDebit)-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getAcssDebit
public SetupIntent.PaymentMethodOptions.AcssDebit getAcssDebit()
-
getCard
public SetupIntent.PaymentMethodOptions.Card getCard()
-
getSepaDebit
public SetupIntent.PaymentMethodOptions.SepaDebit getSepaDebit()
-
setAcssDebit
public void setAcssDebit(SetupIntent.PaymentMethodOptions.AcssDebit acssDebit)
-
setCard
public void setCard(SetupIntent.PaymentMethodOptions.Card card)
-
setSepaDebit
public void setSepaDebit(SetupIntent.PaymentMethodOptions.SepaDebit sepaDebit)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-