Package com.stripe.model
Class AccountSignals
java.lang.Object
com.stripe.model.StripeObject
com.stripe.net.ApiResource
com.stripe.model.AccountSignals
- All Implemented Interfaces:
StripeActiveObject,StripeObjectInterface
The Account Signals API provides risk related signals that can be used to better manage risks.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about Delinquency, please refer to the API Reference.Nested classes/interfaces inherited from class com.stripe.net.ApiResource
ApiResource.RequestMethod -
Field Summary
Fields inherited from class com.stripe.net.ApiResource
CHARSET, GSON, INTERNAL_GSONFields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe account for which the signals belong to.The delinquency signal of the account.Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.String representing the object's type.inthashCode()static AccountSignalsRetrieves the account’s Signal objects.static AccountSignalsretrieve(String accountId, RequestOptions options) Retrieves the account’s Signal objects.static AccountSignalsretrieve(String accountId, AccountSignalsRetrieveParams params, RequestOptions options) Retrieves the account’s Signal objects.static AccountSignalsRetrieves the account’s Signal objects.voidsetAccount(String account) The account for which the signals belong to.voidsetDelinquency(AccountSignals.Delinquency delinquency) The delinquency signal of the account.voidsetLivemode(Boolean livemode) Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode.voidString representing the object's type.voidsetResponseGetter(StripeResponseGetter responseGetter) The name of the specific indicator used in the risk assessment.Methods inherited from class com.stripe.net.ApiResource
checkNullTypedParams, getGlobalResponseGetter, getResponseGetter, setExpandableFieldId, setGlobalResponseGetter, urlEncode, urlEncodeIdMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.stripe.model.StripeActiveObject
trySetResponseGetter
-
Constructor Details
-
AccountSignals
public AccountSignals()
-
-
Method Details
-
retrieve
Retrieves the account’s Signal objects.- Throws:
StripeException
-
retrieve
public static AccountSignals retrieve(String accountId, RequestOptions options) throws StripeException Retrieves the account’s Signal objects.- Throws:
StripeException
-
retrieve
public static AccountSignals retrieve(String accountId, Map<String, Object> params, RequestOptions options) throws StripeExceptionRetrieves the account’s Signal objects.- Throws:
StripeException
-
retrieve
public static AccountSignals retrieve(String accountId, AccountSignalsRetrieveParams params, RequestOptions options) throws StripeException Retrieves the account’s Signal objects.- Throws:
StripeException
-
setResponseGetter
The name of the specific indicator used in the risk assessment.One of
account_balance,aov,charge_concentration,dispute_window,disputes,duplicates,exposure,firmographic,lifetime_metrics,payment_processing,payment_volume,payouts,refunds,tenure, ortransfers.- Specified by:
setResponseGetterin interfaceStripeActiveObject- Overrides:
setResponseGetterin classApiResource- Parameters:
responseGetter- theStripeResponseGetterinstance to use for making further requests.
-
getAccount
The account for which the signals belong to. -
getDelinquency
The delinquency signal of the account. -
getLivemode
Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode. -
getObject
String representing the object's type. Objects of the same type share the same value.Equal to
account_signals. -
setAccount
The account for which the signals belong to. -
setDelinquency
The delinquency signal of the account. -
setLivemode
Has the valuetrueif the object exists in live mode or the valuefalseif the object exists in test mode. -
setObject
String representing the object's type. Objects of the same type share the same value.Equal to
account_signals. -
equals
-
canEqual
-
hashCode
public int hashCode()
-