Struct google_content2_sandbox::OrdersCustomBatchRequestEntrySetLineItemMetadata[][src]

pub struct OrdersCustomBatchRequestEntrySetLineItemMetadata {
    pub annotations: Option<Vec<OrderMerchantProvidedAnnotation>>,
    pub line_item_id: 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

no description provided

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

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

Trait Implementations

Auto Trait Implementations