GoogleApi.Content.V21.Model.OrderreturnsProcessRequest (google_api_content v0.49.0) View Source
Attributes
-
fullChargeReturnShippingCost(type:boolean(), default:nil) - Option to charge the customer return shipping cost. -
operationId(type:String.t, default:nil) - [required] The ID of the operation, unique across all operations for a given order return. -
refundShippingFee(type:GoogleApi.Content.V21.Model.OrderreturnsRefundOperation.t, default:nil) - Refunds for original shipping fee. -
returnItems(type:list(GoogleApi.Content.V21.Model.OrderreturnsReturnItem.t), default:nil) - The list of items to return.
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.OrderreturnsProcessRequest{
fullChargeReturnShippingCost: boolean(),
operationId: String.t(),
refundShippingFee:
GoogleApi.Content.V21.Model.OrderreturnsRefundOperation.t(),
returnItems: [GoogleApi.Content.V21.Model.OrderreturnsReturnItem.t()]
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.