Struct google_content2::PosStore[][src]

pub struct PosStore {
    pub store_address: Option<String>,
    pub kind: Option<String>,
    pub store_code: Option<String>,
}

Store resource.

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

The street address of the store.

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

A store identifier that is unique for the given merchant.

Trait Implementations

impl Default for PosStore
[src]

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

impl Clone for PosStore
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PosStore
[src]

Formats the value using the given formatter. Read more

impl RequestValue for PosStore
[src]

impl ResponseResult for PosStore
[src]

Auto Trait Implementations

impl Send for PosStore

impl Sync for PosStore