Interface ILeafletOffer

A leaflet offer

interface ILeafletOffer {
    offerGuid: string;
    products: ILeafletProduct[];
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

    In addition to specified properties, an offer can contain additional properties with a key string and unknown type

Properties

Properties

offerGuid: string

The GUID of the offer

products: ILeafletProduct[]

The products in the offer