Struct google_content2::PosSaleResponse[][src]

pub struct PosSaleResponse {
    pub item_id: Option<String>,
    pub store_code: Option<String>,
    pub kind: Option<String>,
    pub content_language: Option<String>,
    pub timestamp: Option<String>,
    pub price: Option<Price>,
    pub target_country: Option<i64>,
    pub gtin: Option<String>,
    pub sale_id: Option<String>,
    pub quantity: Option<String>,
}

There is no detailed description.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

A unique identifier for the item.

The identifier of the merchant's store. Either a storeCode inserted via the API or the code of the store in Google My Business.

Identifies what kind of resource this is. Value: the fixed string "content#posSaleResponse".

The two-letter ISO 639-1 language code for the item.

The inventory timestamp, in ISO 8601 format.

The price of the item.

The CLDR territory code for the item.

Global Trade Item Number.

A unique ID to group items from the same sale event.

The relative change of the available quantity. Negative for items returned.

Trait Implementations

impl Default for PosSaleResponse
[src]

Returns the "default value" for a type. Read more

impl Clone for PosSaleResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PosSaleResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for PosSaleResponse
[src]

Auto Trait Implementations