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

The return reason category info wrapper.

Attributes

  • returnLabelSource (type: String.t, default: nil) - The corresponding return label source.
  • returnReasonCategory (type: String.t, default: nil) - The return reason category.
  • returnShippingFee (type: GoogleApi.Content.V21.Model.ReturnPolicyOnlineReturnShippingFee.t, default: nil) - The corresponding return shipping fee. This is only applicable when returnLabelSource is not the customer's responsibility.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.ReturnPolicyOnlineReturnReasonCategoryInfo{
  returnLabelSource: String.t() | nil,
  returnReasonCategory: String.t() | nil,
  returnShippingFee:
    GoogleApi.Content.V21.Model.ReturnPolicyOnlineReturnShippingFee.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.