Package com.stripe.model.checkout
Class Session.PaymentMethodOptions
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.checkout.Session.PaymentMethodOptions
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session
public static class Session.PaymentMethodOptions extends StripeObject
The value of the tax ID.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSession.PaymentMethodOptions.AcssDebit
-
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)Session.PaymentMethodOptions.AcssDebitgetAcssDebit()inthashCode()voidsetAcssDebit(Session.PaymentMethodOptions.AcssDebit acssDebit)-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getAcssDebit
public Session.PaymentMethodOptions.AcssDebit getAcssDebit()
-
setAcssDebit
public void setAcssDebit(Session.PaymentMethodOptions.AcssDebit acssDebit)
-
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
-
-