Package com.stripe.model.checkout
Class Session.PaymentMethodOptions.UsBankAccount
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.checkout.Session.PaymentMethodOptions.UsBankAccount
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Session.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
(Session.PaymentMethodOptions.UsBankAccount.FinancialConnections financialConnections) void
setSetupFutureUsage
(String setupFutureUsage) 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
-
getSetupFutureUsage
-
getVerificationMethod
-
setFinancialConnections
public void setFinancialConnections(Session.PaymentMethodOptions.UsBankAccount.FinancialConnections financialConnections) -
setSetupFutureUsage
-
setVerificationMethod
-
equals
-
canEqual
-
hashCode
public int hashCode()
-