Struct google_content2::PosCustomBatchRequestEntry[][src]

pub struct PosCustomBatchRequestEntry {
    pub store_code: Option<String>,
    pub target_merchant_id: Option<String>,
    pub sale: Option<PosSale>,
    pub method: Option<String>,
    pub batch_id: Option<u32>,
    pub inventory: Option<PosInventory>,
    pub merchant_id: Option<String>,
    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 store code. Set this only if the method is delete or get.

The ID of the account for which to get/submit data.

The sale information to submit. Set this only if the method is sale.

no description provided

An entry ID, unique within the batch request.

The inventory to submit. Set this only if the method is inventory.

The ID of the POS data provider.

The store information to submit. Set this only if the method is insert.

Trait Implementations

impl Default for PosCustomBatchRequestEntry
[src]

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

impl Clone for PosCustomBatchRequestEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PosCustomBatchRequestEntry
[src]

Formats the value using the given formatter. Read more

impl Part for PosCustomBatchRequestEntry
[src]

Auto Trait Implementations