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
For more details about Application, 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 booleanbooleantrueif the Connect application is responsible for negative balances and should manage credit and fraud risk on the account.trueif the Connect application is responsible for onboarding the account.trueif the Connect application is responsible for paying Stripe fees on pricing-control eligible products.inthashCode()voidsetLossLiable(Boolean lossLiable) trueif the Connect application is responsible for negative balances and should manage credit and fraud risk on the account.voidsetOnboardingOwner(Boolean onboardingOwner) trueif the Connect application is responsible for onboarding the account.voidsetPricingControls(Boolean pricingControls) trueif 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, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Application
public Application()
-
-
Method Details
-
getLossLiable
trueif the Connect application is responsible for negative balances and should manage credit and fraud risk on the account. -
getOnboardingOwner
trueif the Connect application is responsible for onboarding the account. -
getPricingControls
trueif the Connect application is responsible for paying Stripe fees on pricing-control eligible products. -
setLossLiable
trueif the Connect application is responsible for negative balances and should manage credit and fraud risk on the account. -
setOnboardingOwner
trueif the Connect application is responsible for onboarding the account. -
setPricingControls
trueif the Connect application is responsible for paying Stripe fees on pricing-control eligible products. -
equals
-
canEqual
-
hashCode
public int hashCode()
-