Card Parameters
data class CardParameters(val cardType: CardType? = null, val include: List<CardIncludesParam>? = null, val limit: Int? = null, val offset: Int? = null, val status: List<CardStatus>? = null)
Data class containing the filter parameters for a CustomerCards request.
Constructors
Link copied to clipboard
constructor(cardType: CardType? = null, include: List<CardIncludesParam>? = null, limit: Int? = null, offset: Int? = null, status: List<CardStatus>? = null)
Properties
Link copied to clipboard
List of CardIncludesParam Include listed properties in the response.
Link copied to clipboard
Comma separated list of card statuses which will be returned. By default, all statuses will be returned.