Package com.stripe.model
Class AccountSession.Components
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.AccountSession.Components
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- AccountSession
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
Whether to allow sending refunds.static class
Whether to allow sending refunds. -
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
setAccountOnboarding
(AccountSession.Components.AccountOnboarding accountOnboarding) void
setCapitalFinancingPromotion
(AccountSession.Components.CapitalFinancingPromotion capitalFinancingPromotion) void
setPaymentDetails
(AccountSession.Components.PaymentDetails paymentDetails) void
void
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Components
public Components()
-
-
Method Details
-
getAccountOnboarding
-
getCapitalFinancingPromotion
-
getPaymentDetails
-
getPayments
-
getPayouts
-
setAccountOnboarding
-
setCapitalFinancingPromotion
public void setCapitalFinancingPromotion(AccountSession.Components.CapitalFinancingPromotion capitalFinancingPromotion) -
setPaymentDetails
-
setPayments
-
setPayouts
-
equals
-
canEqual
-
hashCode
public int hashCode()
-