iyzico v0.1.0 Iyzico.BasketItem

Represents an item on a basket.

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Iyzico.BasketItem{category: binary, id: binary, name: binary, price: binary, subcategory: binary, type: binary, valid?: boolean}

Link to this section Functions

Link to this function make_physical(arg)
make_physical(t) :: t
Link to this function make_virtual(arg)
make_virtual(t) :: t
Link to this function put_category(arg, category)
put_category(t, binary) :: t
Link to this function put_identifier(arg, id)
put_identifier(t, integer) :: t
put_identifier(t, binary) :: t
Link to this function put_name(arg, name)
put_name(t, binary) :: t
Link to this function put_price(arg, price)
put_price(t, number) :: t
put_price(t, binary) :: t
Link to this function put_subcategory(arg, subcategory)
put_subcategory(t, binary) :: t