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
For more details about UsBankAccount, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about FinancialConnections, please refer to the API Reference.static class
For more details about MandateOptions, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
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, 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()
-