Interface AttributeOption

The AttributeOption object, maintains brand attribute option configuration and details. These attributes are used within wallet passes created for the brand.

interface AttributeOption {
    isDefault?: boolean;
    name: string;
    value: string | number;
}

Properties

Properties

isDefault?: boolean

Is this the default option? There should be only one default option.

name: string

The brand attribute option display name

value: string | number

The brand attribute option value