Struct google_content2::OrderLineItemReturnInfo[][src]

pub struct OrderLineItemReturnInfo {
    pub policy_url: Option<String>,
    pub is_returnable: Option<bool>,
    pub days_to_return: Option<i32>,
}

There is no detailed description.

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

Fields

URL of the item return policy.

Whether the item is returnable.

How many days later the item can be returned.

Trait Implementations

impl Default for OrderLineItemReturnInfo
[src]

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

impl Clone for OrderLineItemReturnInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrderLineItemReturnInfo
[src]

Formats the value using the given formatter. Read more

impl Part for OrderLineItemReturnInfo
[src]

Auto Trait Implementations