Package com.stripe.model
Class Invoice.PaymentSettings.PaymentMethodOptions.UsBankAccount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Invoice.PaymentSettings.PaymentMethodOptions.UsBankAccount
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Invoice.PaymentSettings.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
int
hashCode()
void
setFinancialConnections
(Invoice.PaymentSettings.PaymentMethodOptions.UsBankAccount.FinancialConnections financialConnections) void
setVerificationMethod
(String verificationMethod) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
UsBankAccount
public UsBankAccount()
-
-
Method Details
-
getFinancialConnections
public Invoice.PaymentSettings.PaymentMethodOptions.UsBankAccount.FinancialConnections getFinancialConnections() -
getVerificationMethod
-
setFinancialConnections
public void setFinancialConnections(Invoice.PaymentSettings.PaymentMethodOptions.UsBankAccount.FinancialConnections financialConnections) -
setVerificationMethod
-
equals
-
canEqual
-
hashCode
public int hashCode()
-