GoogleApi.Content.V21.Model.ReturnPolicyOnlineReturnReasonCategoryInfo (google_api_content v0.73.0)
View SourceThe return reason category info wrapper.
Attributes
-
returnLabelSource(type:String.t, default:nil) - The corresponding return label source. If theReturnMethodfield includesBY_MAIL, it is required to specifyReturnLabelSourcefor bothBUYER_REMORSEandITEM_DEFECTreturn 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
@type t() :: %GoogleApi.Content.V21.Model.ReturnPolicyOnlineReturnReasonCategoryInfo{ returnLabelSource: String.t() | nil, returnReasonCategory: String.t() | nil, returnShippingFee: GoogleApi.Content.V21.Model.ReturnPolicyOnlineReturnShippingFee.t() | nil }