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

public static class Account.Controller.Application extends StripeObject
  • Constructor Details

    • Application

      public Application()
  • Method Details

    • getLossLiable

      public Boolean getLossLiable()
      true if the Connect application is responsible for negative balances and should manage credit and fraud risk on the account.
    • getOnboardingOwner

      public Boolean getOnboardingOwner()
      true if the Connect application is responsible for onboarding the account.
    • getPricingControls

      public Boolean getPricingControls()
      true if the Connect application is responsible for paying Stripe fees on pricing-control eligible products.
    • setLossLiable

      public void setLossLiable(Boolean lossLiable)
      true if the Connect application is responsible for negative balances and should manage credit and fraud risk on the account.
    • setOnboardingOwner

      public void setOnboardingOwner(Boolean onboardingOwner)
      true if the Connect application is responsible for onboarding the account.
    • setPricingControls

      public void setPricingControls(Boolean pricingControls)
      true if the Connect application is responsible for paying Stripe fees on pricing-control eligible products.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object