Class InvoiceCart

All Implemented Interfaces:
Serializable, Cloneable, Iterable<InvoiceLine>, Collection<InvoiceLine>, List<InvoiceLine>, RandomAccess

@Validated
@Generated(value="io.swagger.codegen.languages.SpringCodegen",
           date="2022-03-18T10:44:56.284Z")
public class InvoiceCart
extends ArrayList<InvoiceLine>
Корзина с набором позиций продаваемых товаров или услуг
See Also:
Serialized Form