Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

CardType

Representation of a Card Type CardType

export interface CardType {
	'code'?: string;
	'name'?: string;
}

Properties

NameRequiredTypeDescription
codeOptionalstringCard type code {string} CardType
nameOptionalstringCard type name {string} CardType

On this page