class Google::Apis::ContentV2_1::ReturnPolicyOnlineReturnReasonCategoryInfo
The return reason category info wrapper.
Attributes
return_label_source[RW]
The corresponding return label source. Corresponds to the JSON property `returnLabelSource` @return [String]
return_reason_category[RW]
The return reason category. Corresponds to the JSON property `returnReasonCategory` @return [String]
return_shipping_fee[RW]
The return shipping fee. This can either be a fixed fee or a boolean to indicate that the customer pays the actual shipping cost. Corresponds to the JSON property `returnShippingFee` @return [Google::Apis::ContentV2_1::ReturnPolicyOnlineReturnShippingFee]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 13214 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/content_v2_1/classes.rb, line 13219 def update!(**args) @return_label_source = args[:return_label_source] if args.key?(:return_label_source) @return_reason_category = args[:return_reason_category] if args.key?(:return_reason_category) @return_shipping_fee = args[:return_shipping_fee] if args.key?(:return_shipping_fee) end