Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GoogleActionsV2OrdersLineItem

Hierarchy

  • GoogleActionsV2OrdersLineItem

Properties

Optional description

description: undefined | string

Description of the item.

Optional extension

extension: ApiClientObjectMap<any>

Extension to the line item based on its type.

Optional id

id: undefined | string

Unique id of the line item within the Cart/Order. Required.

Optional image

Small image associated with this item.

Optional name

name: undefined | string

Name of the line item as displayed in the receipt. Required.

Optional offerId

offerId: undefined | string

Optional product or offer id for this item.

Optional price

Each line item should have a price, even if the price is 0. Required. This is the total price as displayed on the receipt for this line (i.e. unit price * quantity).

Optional quantity

quantity: undefined | number

Number of items included.

Optional subLines

Sub-line item(s). Only valid if type is REGULAR.

Optional type

Type of line item.

Generated using TypeDoc