voxbone v0.2.0 Voxbone.Model.Cart

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Voxbone.Model.Cart{
  cartIdentifier: integer(),
  customerReference: String.t(),
  dateAdded: String.t(),
  description: String.t(),
  orderProducts: [OrderProduct]
}