ShoppingOrderTrackingCluster


class ShoppingOrderTrackingCluster


An object representing a shopping order tracking cluster.

Summary

Public functions

Uri!

Returns the action link uri of the order tracking cluster.

Int
Optional<Int!>!

Returns the number of items in the order that is being tracked.

Optional<String!>!

Returns the description of the order tracking cluster containing a comma separated list of items in the order.

Optional<OrderReadyTimeWindow!>!

Returns the order ready time window for the order tracking cluster.

Long!

Returns the epoch timestamp(in milliseconds) of the order placed by the user.

Optional<Price!>!

Returns the total value of the order that is being tracked.

(Mutable)List<Image!>!

Returns the poster images of the items in the order tracking cluster.

String!

Returns the status of the order tracking cluster. e.g. "Running late", "Delivered", etc.

(Mutable)List<String!>!

Returns the list of subtitles for the order tracking cluster.

String!

Returns the title of the order tracking cluster.

Optional<String!>!

Returns the tracking number/ID of the order tracking cluster.

Public functions

getActionLinkUri

fun getActionLinkUri(): Uri!

Returns the action link uri of the order tracking cluster.

getClusterType

fun getClusterType(): Int

getNumberOfItems

fun getNumberOfItems(): Optional<Int!>!

Returns the number of items in the order that is being tracked.

getOrderDescription

fun getOrderDescription(): Optional<String!>!

Returns the description of the order tracking cluster containing a comma separated list of items in the order.

getOrderReadyTimeWindow

fun getOrderReadyTimeWindow(): Optional<OrderReadyTimeWindow!>!

Returns the order ready time window for the order tracking cluster.

getOrderTime

fun getOrderTime(): Long!

Returns the epoch timestamp(in milliseconds) of the order placed by the user.

getOrderValue

fun getOrderValue(): Optional<Price!>!

Returns the total value of the order that is being tracked.

getPosterImages

fun getPosterImages(): (Mutable)List<Image!>!

Returns the poster images of the items in the order tracking cluster.

getStatus

fun getStatus(): String!

Returns the status of the order tracking cluster. e.g. "Running late", "Delivered", etc.

getSubtitleList

fun getSubtitleList(): (Mutable)List<String!>!

Returns the list of subtitles for the order tracking cluster.

getTitle

fun getTitle(): String!

Returns the title of the order tracking cluster.

getTrackingId

fun getTrackingId(): Optional<String!>!

Returns the tracking number/ID of the order tracking cluster.

Public properties

shoppingOrderType

@ShoppingOrderType
val shoppingOrderTypeInt