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

Attributes

  • lineItems (type: list(GoogleApi.Content.V21.Model.OrderreturnsLineItem.t), default: nil) - The list of line items to return.
  • operationId (type: String.t, default: nil) - The ID of the operation. Unique across all operations for a given order.
  • orderId (type: String.t, default: nil) - The ID of the order.
  • returnMethodType (type: String.t, default: nil) - The way of the package being returned.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.OrderreturnsCreateOrderReturnRequest{
  lineItems: [GoogleApi.Content.V21.Model.OrderreturnsLineItem.t()] | nil,
  operationId: String.t() | nil,
  orderId: String.t() | nil,
  returnMethodType: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.