Package com.stripe.model
Class Account.Controller.Application
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.Controller.Application
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account.Controller
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
true
if the Connect application is responsible for negative balances and should manage credit and fraud risk on the account.true
if the Connect application is responsible for onboarding the account.true
if the Connect application is responsible for paying Stripe fees on pricing-control eligible products.int
hashCode()
void
setLossLiable
(Boolean lossLiable) true
if the Connect application is responsible for negative balances and should manage credit and fraud risk on the account.void
setOnboardingOwner
(Boolean onboardingOwner) true
if the Connect application is responsible for onboarding the account.void
setPricingControls
(Boolean pricingControls) true
if the Connect application is responsible for paying Stripe fees on pricing-control eligible products.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Application
public Application()
-
-
Method Details
-
getLossLiable
true
if the Connect application is responsible for negative balances and should manage credit and fraud risk on the account. -
getOnboardingOwner
true
if the Connect application is responsible for onboarding the account. -
getPricingControls
true
if the Connect application is responsible for paying Stripe fees on pricing-control eligible products. -
setLossLiable
true
if the Connect application is responsible for negative balances and should manage credit and fraud risk on the account. -
setOnboardingOwner
true
if the Connect application is responsible for onboarding the account. -
setPricingControls
true
if the Connect application is responsible for paying Stripe fees on pricing-control eligible products. -
equals
-
canEqual
-
hashCode
public int hashCode()
-