View Source GoogleApi.Content.V21.Model.OrderTrackingSignalShipmentLineItemMapping (google_api_content v0.67.1)

Represents how many items are in the shipment for the given shipment_id and line_item_id.

Attributes

  • lineItemId (type: String.t, default: nil) - Required. The line item ID.
  • quantity (type: String.t, default: nil) - The line item quantity in the shipment.
  • shipmentId (type: String.t, default: nil) - Required. The shipment ID. This field will be hashed in returned OrderTrackingSignal creation response.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.OrderTrackingSignalShipmentLineItemMapping{
  lineItemId: String.t() | nil,
  quantity: String.t() | nil,
  shipmentId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.