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

Attributes

  • fullChargeReturnShippingCost (type: boolean(), default: nil) - Option to charge the customer return shipping cost.
  • operationId (type: String.t, default: nil) - [required] The ID of the operation, unique across all operations for a given order return.
  • refundShippingFee (type: GoogleApi.Content.V21.Model.OrderreturnsRefundOperation.t, default: nil) - Refunds for original shipping fee.
  • returnItems (type: list(GoogleApi.Content.V21.Model.OrderreturnsReturnItem.t), default: nil) - The list of items to return.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.OrderreturnsProcessRequest{
  fullChargeReturnShippingCost: boolean() | nil,
  operationId: String.t() | nil,
  refundShippingFee:
    GoogleApi.Content.V21.Model.OrderreturnsRefundOperation.t() | nil,
  returnItems: [GoogleApi.Content.V21.Model.OrderreturnsReturnItem.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.