GoogleApi.Content.V21.Model.ReturnPolicyOnlineReturnReasonCategoryInfo (google_api_content v0.73.0)

View Source

The return reason category info wrapper.

Attributes

  • returnLabelSource (type: String.t, default: nil) - The corresponding return label source. If the ReturnMethod field includes BY_MAIL, it is required to specify ReturnLabelSource for both BUYER_REMORSE and ITEM_DEFECT return reason categories.
  • 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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.