Struct google_content2::AccountShipping [] [src]

pub struct AccountShipping {
    pub carrier_rates: Option<Vec<AccountShippingCarrierRate>>,
    pub kind: Option<String>,
    pub location_groups: Option<Vec<AccountShippingLocationGroup>>,
    pub services: Option<Vec<AccountShippingShippingService>>,
    pub account_id: Option<String>,
    pub rate_tables: Option<Vec<AccountShippingRateTable>>,
}

The shipping settings of a merchant account.

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

Carrier-based shipping calculations.

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

Location groups for shipping.

Shipping services describing shipping fees calculation.

The ID of the account to which these account shipping settings belong.

Rate tables definitions.

Trait Implementations

impl Debug for AccountShipping
[src]

Formats the value using the given formatter.

impl Clone for AccountShipping
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AccountShipping
[src]

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

impl RequestValue for AccountShipping
[src]

impl ResponseResult for AccountShipping
[src]