Package com.stripe.model
Class SetupIntent.PaymentMethodOptions.UsBankAccount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SetupIntent.PaymentMethodOptions.UsBankAccount
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SetupIntent.PaymentMethodOptions
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setFinancialConnections
(SetupIntent.PaymentMethodOptions.UsBankAccount.FinancialConnections financialConnections) void
void
setVerificationMethod
(String verificationMethod) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
UsBankAccount
public UsBankAccount()
-
-
Method Details
-
getFinancialConnections
public SetupIntent.PaymentMethodOptions.UsBankAccount.FinancialConnections getFinancialConnections() -
getMandateOptions
-
getVerificationMethod
-
setFinancialConnections
public void setFinancialConnections(SetupIntent.PaymentMethodOptions.UsBankAccount.FinancialConnections financialConnections) -
setMandateOptions
public void setMandateOptions(SetupIntent.PaymentMethodOptions.UsBankAccount.MandateOptions mandateOptions) -
setVerificationMethod
-
equals
-
canEqual
-
hashCode
public int hashCode()
-