Struct google_content2::OrdersCustomBatchRequestEntryInStoreRefundLineItem[][src]

pub struct OrdersCustomBatchRequestEntryInStoreRefundLineItem {
    pub amount_pretax: Option<Price>,
    pub reason_text: Option<String>,
    pub line_item_id: Option<String>,
    pub amount_tax: Option<Price>,
    pub quantity: Option<u32>,
    pub reason: Option<String>,
    pub product_id: 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. Required.

The explanation of the reason.

The ID of the line item to return. Either lineItemId or productId is required.

Tax amount that correspond to refund amount in amountPretax. Required.

The quantity to return and refund.

The reason for the return.

The ID of the product to return. This is the REST ID used in the products service. Either lineItemId or productId is required.

Trait Implementations

Auto Trait Implementations