Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GoogleActionsOrdersV3LineItem

Hierarchy

  • GoogleActionsOrdersV3LineItem

Properties

Optional description

description: undefined | string

Line item description.

Optional followUpActions

followUpActions: GoogleActionsOrdersV3Action[]

Follow up actions at line item.

Optional id

id: undefined | string

Required: Merchant assigned identifier for line item. Used for identifying existing line item in applying partial updates. Max allowed length is 64 chars.

Optional image

Small image associated with this item, if any.

Optional name

name: undefined | string

Name of line item as displayed on the receipt. Max allowed length is 100 chars.

Optional notes

notes: string[]

Additional notes applicable to this particular line item, for example cancellation policy.

Optional priceAttributes

Line item level price and adjustments.

Optional provider

The provider of the particular line item, if different from the overall order. Example: Expedia Order with line item provider ANA.

Optional purchase

Purchase orders like goods, food etc.

Optional recipients

Line item level customers, this could be different from Order level buyer. Example: User X made restaurant reservation under name of user Y.

Optional reservation

Reservation orders like restaurant, haircut etc.

Optional userVisibleStateLabel

userVisibleStateLabel: undefined | string

Deprecated. Use vertical level status instead. For example, for purchases, use PurchaseOrderExtension.status. User visible label for the state of this line item.

Optional vertical

vertical: ApiClientObjectMap<any>

Deprecated: Use verticals instead. Required: Semantic Contents of line item based on its type/vertical. Every vertical should include its own fulfillment details. Must be either one of the following values: google.actions.orders.v3.verticals.purchase.PurchaseItemExtension google.actions.orders.v3.verticals.reservation.ReservationItemExtension google.actions.orders.v3.verticals.ticket.TicketItemExtension

Generated using TypeDoc