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

The return shipping fee. This can either be a fixed fee or a boolean to indicate that the customer pays the actual shipping cost.

Attributes

  • fixedFee (type: GoogleApi.Content.V21.Model.PriceAmount.t, default: nil) - Fixed return shipping fee amount. This value is only applicable when type is FIXED. We will treat the return shipping fee as free if type is FIXED and this value is not set.
  • type (type: String.t, default: nil) - Type of return shipping fee.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.ReturnPolicyOnlineReturnShippingFee{
  fixedFee: GoogleApi.Content.V21.Model.PriceAmount.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.