package view type ItemViewModel struct { Id string Item string Quantity string Price string SubTotal string PaymentMethod string PaymentStatus string ItemUrl string }