GoogleApi.Content.V21.Model.OrderreturnsReturnItem (google_api_content v0.49.0) View Source
Attributes
-
refund(type:GoogleApi.Content.V21.Model.OrderreturnsRefundOperation.t, default:nil) - Refunds the item. -
reject(type:GoogleApi.Content.V21.Model.OrderreturnsRejectOperation.t, default:nil) - Rejects the item. -
returnItemId(type:String.t, default:nil) - Unit level ID for the return item. Different units of the same product will have different IDs.
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.OrderreturnsReturnItem{
refund: GoogleApi.Content.V21.Model.OrderreturnsRefundOperation.t(),
reject: GoogleApi.Content.V21.Model.OrderreturnsRejectOperation.t(),
returnItemId: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.