CardVerificationsParameters

data class CardVerificationsParameters(val limit: Int? = null, val offset: Int? = null, val status: CardVerificationStatus? = null, val instrumentId: String? = null)

Data class representing parameters to retrieve list of card verification sessions for the customer.

Constructors

Link copied to clipboard
constructor(limit: Int? = null, offset: Int? = null, status: CardVerificationStatus? = null, instrumentId: String? = null)

Properties

Link copied to clipboard
val instrumentId: String? = null

Id of card being verified.

Link copied to clipboard
val limit: Int? = null

This is the requested number of records to return. Max = 50. Default = 10.

Link copied to clipboard
val offset: Int? = null

This is the requested starting position of the response entries, where 0 is the first record. Default = 0.

Link copied to clipboard

Card verification status.