CardType
Representation of a Card Type CardType
export interface CardType {
'code'?: string;
'name'?: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
code | Optional | string | Card type code {string} CardType |
name | Optional | string | Card type name {string} CardType |