Struct google_content2::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: Option<u32>
Quantity that is returned.
reason: Option<String>
The reason for the return.
creation_date: Option<String>
Date on which the item has been created, in ISO 8601 format.
actor: Option<String>
The actor that created the refund.
reason_text: Option<String>
The explanation of the reason.
Trait Implementations
impl Debug for OrderReturn[src]
impl Clone for OrderReturn[src]
fn clone(&self) -> OrderReturn
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for OrderReturn[src]
fn default() -> OrderReturn
Returns the "default value" for a type. Read more