Interface PrettyCardsPrettyCard

interface PrettyCardsPrettyCard {
    button_text: string;
    card_id: string;
    images: BaseImage[];
    link_url: string;
    photo: string;
    price: string;
    price_old: string;
    title: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

button_text: string

Button text in current language

card_id: string

Card ID (long int returned as string)

images: BaseImage[]
link_url: string

Link URL

photo: string

Photo ID (format "_")

price: string

Price if set (decimal number returned as string)

price_old: string

Old price if set (decimal number returned as string)

title: string

Title

Generated using TypeDoc