CardParameters

data class CardParameters(val cardType: CardType?, val include: List<CardIncludesParam>?, val limit: Int?, val offset: Int?, val status: List<CardStatus>?)

Data class containing the filter parameters for a CustomerCards request.

Constructors

Link copied to clipboard
constructor(cardType: CardType?, include: List<CardIncludesParam>?, limit: Int?, offset: Int?, status: List<CardStatus>?)

Properties

Link copied to clipboard

CardType Get a list of cards by card type.

Link copied to clipboard

List of CardIncludesParam Include listed properties in the response.

Link copied to clipboard
val limit: Int?

This is the total number of records to return.

Link copied to clipboard
val offset: Int?

This is the starting position, where 1 is the first record.

Link copied to clipboard

Comma separated list of card statuses which will be returned. By default, all statuses will be returned.