Struct google_content2::MerchantOrderReturnItem[][src]

pub struct MerchantOrderReturnItem {
    pub item_id: Option<String>,
    pub product: Option<OrderLineItemProduct>,
    pub merchant_return_reason: Option<RefundReason>,
    pub customer_return_reason: Option<CustomerReturnReason>,
    pub state: Option<String>,
    pub return_shipment_ids: Option<Vec<String>>,
}

There is no detailed description.

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

Fields

no description provided

no description provided

no description provided

no description provided

no description provided

no description provided

Trait Implementations

impl Default for MerchantOrderReturnItem
[src]

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

impl Clone for MerchantOrderReturnItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MerchantOrderReturnItem
[src]

Formats the value using the given formatter. Read more

impl Part for MerchantOrderReturnItem
[src]

Auto Trait Implementations