V2DraftResponse

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. Effectively determines the event stream during which it will be evaluated.

Link copied to clipboard
class Builder

A builder for V2DraftResponse.

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

The type of event stream the Auth rule applies to.

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 cardTokens.

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

Returns the raw JSON value of eventStream.

Link copied to clipboard

Returns the raw JSON value of excludedCardTokens.

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

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 type of event stream the Auth rule applies to.

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
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. Effectively determines the event stream during which it will be evaluated.

Link copied to clipboard