Struct google_content2_sandbox::OrderRefund[][src]

pub struct OrderRefund {
    pub amount: Option<Price>,
    pub creation_date: Option<String>,
    pub reason: 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

The amount that is refunded.

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

The reason for the refund.

The actor that created the refund.

The explanation of the reason.

Trait Implementations

impl Default for OrderRefund
[src]

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

impl Clone for OrderRefund
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OrderRefund
[src]

Formats the value using the given formatter. Read more

impl Part for OrderRefund
[src]

Auto Trait Implementations

impl Send for OrderRefund

impl Sync for OrderRefund