GoogleApi.Content.V21.Model.OrderreturnsCreateOrderReturnRequest (google_api_content v0.49.0) View Source
Attributes
-
lineItems(type:list(GoogleApi.Content.V21.Model.OrderreturnsLineItem.t), default:nil) - The list of line items to return. -
operationId(type:String.t, default:nil) - The ID of the operation. Unique across all operations for a given order. -
orderId(type:String.t, default:nil) - The ID of the order. -
returnMethodType(type:String.t, default:nil) - The way of the package being returned.
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.OrderreturnsCreateOrderReturnRequest{
lineItems: [GoogleApi.Content.V21.Model.OrderreturnsLineItem.t()],
operationId: String.t(),
orderId: String.t(),
returnMethodType: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.