Struct google_content2::OrdersCustomBatchRequestEntry [] [src]

pub struct OrdersCustomBatchRequestEntry {
    pub order_id: Option<String>,
    pub batch_id: Option<u32>,
    pub ship_line_items: Option<OrdersCustomBatchRequestEntryShipLineItems>,
    pub update_shipment: Option<OrdersCustomBatchRequestEntryUpdateShipment>,
    pub merchant_id: Option<String>,
    pub merchant_order_id: Option<String>,
    pub cancel_line_item: Option<OrdersCustomBatchRequestEntryCancelLineItem>,
    pub refund: Option<OrdersCustomBatchRequestEntryRefund>,
    pub cancel: Option<OrdersCustomBatchRequestEntryCancel>,
    pub operation_id: Option<String>,
    pub method: Option<String>,
    pub return_line_item: Option<OrdersCustomBatchRequestEntryReturnLineItem>,
}

There is no detailed description.

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

Fields

The ID of the order. Required for all methods beside getByMerchantOrderId.

An entry ID, unique within the batch request.

Required for shipLineItems method.

Required for updateShipment method.

The ID of the managing account.

The merchant order id. Required for updateMerchantOrderId and getByMerchantOrderId methods.

Required for cancelLineItem method.

Required for refund method.

Required for cancel method.

The ID of the operation. Unique across all operations for a given order. Required for all methods beside get and getByMerchantOrderId.

The method to apply.

Required for returnLineItem method.

Trait Implementations

impl Debug for OrdersCustomBatchRequestEntry
[src]

Formats the value using the given formatter.

impl Clone for OrdersCustomBatchRequestEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for OrdersCustomBatchRequestEntry
[src]

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

impl Part for OrdersCustomBatchRequestEntry
[src]