Struct google_content2_sandbox::OrderReturn[][src]

pub struct OrderReturn {
    pub quantity: Option<u32>,
    pub reason: Option<String>,
    pub creation_date: Option<String>,
    pub actor: Option<String>,
    pub reason_text: Option<String>,
}

There is no detailed description.

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

Fields

Quantity that is returned.

The reason for the return.

Date on which the item has been created, in ISO 8601 format.

The actor that created the refund.

The explanation of the reason.

Trait Implementations

impl Default for OrderReturn
[src]

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

impl Clone for OrderReturn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrderReturn
[src]

Formats the value using the given formatter. Read more

impl Part for OrderReturn
[src]

Auto Trait Implementations

impl Send for OrderReturn

impl Sync for OrderReturn