Class Authorization
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.financialconnections.Authorization
- All Implemented Interfaces:
HasId,StripeObjectInterface
An Authorization represents the set of credentials used to connect a group of Financial
Connections Accounts.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFor more details about StatusDetails, 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 booleanbooleangetId()Unique identifier for the object.The name of the institution that this authorization belongs to.If the object exists in live mode, the value istrue.String representing the object's type.The status of the connection to the Authorization.inthashCode()voidUnique identifier for the object.voidsetInstitutionName(String institutionName) The name of the institution that this authorization belongs to.voidsetLivemode(Boolean livemode) If the object exists in live mode, the value istrue.voidString representing the object's type.voidThe status of the connection to the Authorization.voidsetStatusDetails(Authorization.StatusDetails statusDetails) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Authorization
public Authorization()
-
-
Method Details
-
getInstitutionName
The name of the institution that this authorization belongs to. -
getLivemode
If the object exists in live mode, the value istrue. If the object exists in test mode, the value isfalse. -
getObject
String representing the object's type. Objects of the same type share the same value.Equal to
financial_connections.authorization. -
getStatus
The status of the connection to the Authorization.One of
active, orinactive. -
getStatusDetails
-
setId
Unique identifier for the object. -
setInstitutionName
The name of the institution that this authorization belongs to. -
setLivemode
If the object exists in live mode, the value istrue. If the object exists in test mode, the value isfalse. -
setObject
String representing the object's type. Objects of the same type share the same value.Equal to
financial_connections.authorization. -
setStatus
The status of the connection to the Authorization.One of
active, orinactive. -
setStatusDetails
-
equals
-
canEqual
-
hashCode
public int hashCode() -
getId
Unique identifier for the object.
-