Package com.stripe.model.checkout
Class Session.PaymentMethodOptions.AcssDebit
- java.lang.Object
-
- com.stripe.model.StripeObject
-
- com.stripe.model.checkout.Session.PaymentMethodOptions.AcssDebit
-
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session.PaymentMethodOptions
public static class Session.PaymentMethodOptions.AcssDebit extends StripeObject
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSession.PaymentMethodOptions.AcssDebit.MandateOptions
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description AcssDebit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetCurrency()Session.PaymentMethodOptions.AcssDebit.MandateOptionsgetMandateOptions()java.lang.StringgetVerificationMethod()inthashCode()voidsetCurrency(java.lang.String currency)voidsetMandateOptions(Session.PaymentMethodOptions.AcssDebit.MandateOptions mandateOptions)voidsetVerificationMethod(java.lang.String verificationMethod)-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getCurrency
public java.lang.String getCurrency()
-
getMandateOptions
public Session.PaymentMethodOptions.AcssDebit.MandateOptions getMandateOptions()
-
getVerificationMethod
public java.lang.String getVerificationMethod()
-
setCurrency
public void setCurrency(java.lang.String currency)
-
setMandateOptions
public void setMandateOptions(Session.PaymentMethodOptions.AcssDebit.MandateOptions mandateOptions)
-
setVerificationMethod
public void setVerificationMethod(java.lang.String verificationMethod)
-
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
-
-