You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
CardTypeList
Representation of a Card Type List CardTypeList
export interface CardTypeList {
'cardTypes'?: Array<CardType>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
cardTypes | Optional | Array<CardType> | List of card types {Array<CardType>} CardTypeList |