class Google::Apis::ContentV2_1::OrderreturnsProcessRequest
Attributes
full_charge_return_shipping_cost[RW]
Option to charge the customer return shipping cost. Corresponds to the JSON property `fullChargeReturnShippingCost` @return [Boolean]
full_charge_return_shipping_cost?[RW]
Option to charge the customer return shipping cost. Corresponds to the JSON property `fullChargeReturnShippingCost` @return [Boolean]
operation_id[RW]
- required
-
The ID of the operation, unique across all operations for a given
order return. Corresponds to the JSON property `operationId` @return [String]
refund_shipping_fee[RW]
Refunds for original shipping fee. Corresponds to the JSON property `refundShippingFee` @return [Google::Apis::ContentV2_1::OrderreturnsRefundOperation]
return_items[RW]
The list of items to return. Corresponds to the JSON property `returnItems` @return [Array<Google::Apis::ContentV2_1::OrderreturnsReturnItem>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 7550 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 7555 def update!(**args) @full_charge_return_shipping_cost = args[:full_charge_return_shipping_cost] if args.key?(:full_charge_return_shipping_cost) @operation_id = args[:operation_id] if args.key?(:operation_id) @refund_shipping_fee = args[:refund_shipping_fee] if args.key?(:refund_shipping_fee) @return_items = args[:return_items] if args.key?(:return_items) end