Struct google_content2::LiaPosDataProvider[][src]

pub struct LiaPosDataProvider {
    pub pos_external_account_id: Option<String>,
    pub pos_data_provider_id: Option<String>,
}

There is no detailed description.

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

Fields

The account ID by which this merchant is known to the POS data provider.

The ID of the POS data provider.

Trait Implementations

impl Default for LiaPosDataProvider
[src]

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

impl Clone for LiaPosDataProvider
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LiaPosDataProvider
[src]

Formats the value using the given formatter. Read more

impl Part for LiaPosDataProvider
[src]

Auto Trait Implementations