V2RetrieveResponse

Types

Link copied to clipboard
class AuthRuleState : Enum

The state of the Auth Rule

Link copied to clipboard
class AuthRuleType : Enum

The type of Auth Rule. For certain rule types, this determines the event stream during which it will be evaluated. For rules that can be applied to one of several event streams, the effective one is defined by the separate event_stream field.

Link copied to clipboard
class Builder

A builder for V2RetrieveResponse.

Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class EventStream : Enum

The event stream during which the rule will be evaluated.

Functions

Link copied to clipboard

Returns the raw JSON value of accountTokens.

Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of businessAccountTokens.

Link copied to clipboard

Returns the raw JSON value of cardTokens.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of excludedCardTokens.

Link copied to clipboard

Returns the raw JSON value of lithicManaged.

Link copied to clipboard

Returns the raw JSON value of name.

Link copied to clipboard

Returns the raw JSON value of programLevel.

Link copied to clipboard

Returns the raw JSON value of state.

Link copied to clipboard

Returns the raw JSON value of token.

Link copied to clipboard

Returns the raw JSON value of type.

Link copied to clipboard

Account tokens to which the Auth Rule applies.

Link copied to clipboard

Business Account tokens to which the Auth Rule applies.

Link copied to clipboard

Card tokens to which the Auth Rule applies.

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard

The event stream during which the rule will be evaluated.

Link copied to clipboard

Card tokens to which the Auth Rule does not apply.

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard

Indicates whether this auth rule is managed by Lithic. If true, the rule cannot be modified or deleted by the user

Link copied to clipboard
fun name(): String?

Auth Rule Name

Link copied to clipboard

Whether the Auth Rule applies to all authorizations on the card program.

Link copied to clipboard

The state of the Auth Rule

Link copied to clipboard
Link copied to clipboard
fun token(): String

Auth Rule Token

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard

The type of Auth Rule. For certain rule types, this determines the event stream during which it will be evaluated. For rules that can be applied to one of several event streams, the effective one is defined by the separate event_stream field.

Link copied to clipboard