google_api_content v0.16.0 GoogleApi.Content.V2.Model.MerchantOrderReturnItem View Source

Attributes

  • customerReturnReason (type: GoogleApi.Content.V2.Model.CustomerReturnReason.t, default: nil) -
  • itemId (type: String.t, default: nil) -
  • merchantReturnReason (type: GoogleApi.Content.V2.Model.RefundReason.t, default: nil) -
  • product (type: GoogleApi.Content.V2.Model.OrderLineItemProduct.t, default: nil) -
  • returnShipmentIds (type: list(String.t), default: nil) -
  • state (type: String.t, default: nil) -

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Content.V2.Model.MerchantOrderReturnItem{
  customerReturnReason: GoogleApi.Content.V2.Model.CustomerReturnReason.t(),
  itemId: String.t(),
  merchantReturnReason: GoogleApi.Content.V2.Model.RefundReason.t(),
  product: GoogleApi.Content.V2.Model.OrderLineItemProduct.t(),
  returnShipmentIds: [String.t()],
  state: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.