google_api_content v0.30.0 GoogleApi.Content.V21.Model.OrderreturnsProcessRequest 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
Link to this type
t()
View Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.