Package com.stripe.model
Class SetupIntent.PaymentMethodOptions.AcssDebit
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SetupIntent.PaymentMethodOptions.AcssDebit
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SetupIntent.PaymentMethodOptions
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Currency supported by the bank accountBank account verification method.int
hashCode()
void
setCurrency
(String currency) Currency supported by the bank accountvoid
void
setVerificationMethod
(String verificationMethod) Bank account verification method.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AcssDebit
public AcssDebit()
-
-
Method Details
-
getCurrency
Currency supported by the bank accountOne of
cad
, orusd
. -
getMandateOptions
-
getVerificationMethod
Bank account verification method.One of
automatic
,instant
, ormicrodeposits
. -
setCurrency
Currency supported by the bank accountOne of
cad
, orusd
. -
setMandateOptions
public void setMandateOptions(SetupIntent.PaymentMethodOptions.AcssDebit.MandateOptions mandateOptions) -
setVerificationMethod
Bank account verification method.One of
automatic
,instant
, ormicrodeposits
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-