Interface ProductInfo

Contains information about a product that can be paid with invoice.

interface ProductInfo {
    @type: "productInfo";
    description: FormattedText;
    photo: Photo;
    title: string;
}

Properties

@type: "productInfo"
description: FormattedText

Contains information about a product that can be paid with invoice.

photo: Photo

Product photo; may be null.

title: string

Product title.