Class Account.RiskControls

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.RiskControls
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Account

public static class Account.RiskControls extends StripeObject
For more details about RiskControls, please refer to the API Reference.
  • Constructor Details

    • RiskControls

      public RiskControls()
  • Method Details

    • getCharges

      public Account.RiskControls.Charges getCharges()
    • getPayouts

      public Account.RiskControls.Payouts getPayouts()
    • getRejectedReason

      public String getRejectedReason()
      Represents the rejected reason of the account. Empty if account is not rejected, or rejected by Stripe. Please see this page for more details

      One of credit, fraud, fraud_no_intent_to_fulfill, fraud_other, fraud_payment_method_casher, fraud_payment_method_tester, other, or terms_of_service.

    • setCharges

      public void setCharges(Account.RiskControls.Charges charges)
    • setPayouts

      public void setPayouts(Account.RiskControls.Payouts payouts)
    • setRejectedReason

      public void setRejectedReason(String rejectedReason)
      Represents the rejected reason of the account. Empty if account is not rejected, or rejected by Stripe. Please see this page for more details

      One of credit, fraud, fraud_no_intent_to_fulfill, fraud_other, fraud_payment_method_casher, fraud_payment_method_tester, other, or terms_of_service.

    • 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