Package com.stripe.model
Class Account.RiskControls
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Account.RiskControls
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Account
For more details about RiskControls, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Charges, please refer to the API Reference.static classFor more details about Payouts, 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 booleanbooleanRepresents the rejected reason of the account.inthashCode()voidsetCharges(Account.RiskControls.Charges charges) voidsetPayouts(Account.RiskControls.Payouts payouts) voidsetRejectedReason(String rejectedReason) Represents the rejected reason of the account.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
RiskControls
public RiskControls()
-
-
Method Details
-
getCharges
-
getPayouts
-
getRejectedReason
Represents the rejected reason of the account. Empty if account is not rejected, or rejected by Stripe. Please see this page for more detailsOne of
credit,fraud,fraud_no_intent_to_fulfill,fraud_other,fraud_payment_method_casher,fraud_payment_method_tester,other, orterms_of_service. -
setCharges
-
setPayouts
-
setRejectedReason
Represents the rejected reason of the account. Empty if account is not rejected, or rejected by Stripe. Please see this page for more detailsOne of
credit,fraud,fraud_no_intent_to_fulfill,fraud_other,fraud_payment_method_casher,fraud_payment_method_tester,other, orterms_of_service. -
equals
-
canEqual
-
hashCode
public int hashCode()
-