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