Struct google_content2::PosCustomBatchResponseEntry[][src]

pub struct PosCustomBatchResponseEntry {
    pub batch_id: Option<u32>,
    pub kind: Option<String>,
    pub errors: Option<Errors>,
    pub inventory: Option<PosInventory>,
    pub sale: Option<PosSale>,
    pub store: Option<PosStore>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

The ID of the request entry to which this entry responds.

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

A list of errors defined if, and only if, the request failed.

The updated inventory information.

The updated sale information.

The retrieved or updated store information.

Trait Implementations

impl Default for PosCustomBatchResponseEntry
[src]

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

impl Clone for PosCustomBatchResponseEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PosCustomBatchResponseEntry
[src]

Formats the value using the given formatter. Read more

impl Part for PosCustomBatchResponseEntry
[src]

Auto Trait Implementations