GoogleApi.Content.V21.Model.ReturnPolicyOnlineReturnReasonCategoryInfo (google_api_content v0.52.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Content.V21.Model.ReturnPolicyOnlineReturnReasonCategoryInfo{ returnLabelSource: String.t(), returnReasonCategory: String.t(), returnShippingFee: GoogleApi.Content.V21.Model.ReturnPolicyOnlineReturnShippingFee.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.