Uses of Class
dev.vality.anapi.v2.model.InvoiceLine
| Package | Description |
|---|---|
| dev.vality.anapi.v2.model |
-
Uses of InvoiceLine in dev.vality.anapi.v2.model
Methods in dev.vality.anapi.v2.model that return InvoiceLine Modifier and Type Method Description InvoiceLineInvoiceLine. cost(Long cost)InvoiceLineInvoiceLine. price(Long price)InvoiceLineInvoiceLine. product(String product)InvoiceLineInvoiceLine. quantity(Long quantity)InvoiceLineInvoiceLine. taxMode(InvoiceLineTaxMode taxMode)Methods in dev.vality.anapi.v2.model that return types with arguments of type InvoiceLine Modifier and Type Method Description @Valid @Size(min=1,max=100) List<InvoiceLine>Invoice. getCart()Корзина с набором позиций продаваемых товаров или услуг@Valid @Size(min=1,max=100) List<InvoiceLine>InvoiceAllOf. getCart()Корзина с набором позиций продаваемых товаров или услуг@NotNull @Valid @Size(min=1,max=100) List<InvoiceLine>InvoiceTemplateCart. getCart()Корзина с набором позиций продаваемых товаров или услуг@NotNull @Valid @Size(min=1,max=100) List<InvoiceLine>InvoiceTemplateCartAllOf. getCart()Корзина с набором позиций продаваемых товаров или услугMethods in dev.vality.anapi.v2.model with parameters of type InvoiceLine Modifier and Type Method Description InvoiceInvoice. addCartItem(InvoiceLine cartItem)InvoiceAllOfInvoiceAllOf. addCartItem(InvoiceLine cartItem)InvoiceTemplateCartInvoiceTemplateCart. addCartItem(InvoiceLine cartItem)InvoiceTemplateCartAllOfInvoiceTemplateCartAllOf. addCartItem(InvoiceLine cartItem)Method parameters in dev.vality.anapi.v2.model with type arguments of type InvoiceLine Modifier and Type Method Description InvoiceInvoice. cart(List<InvoiceLine> cart)InvoiceAllOfInvoiceAllOf. cart(List<InvoiceLine> cart)InvoiceTemplateCartInvoiceTemplateCart. cart(List<InvoiceLine> cart)InvoiceTemplateCartAllOfInvoiceTemplateCartAllOf. cart(List<InvoiceLine> cart)voidInvoice. setCart(List<InvoiceLine> cart)voidInvoiceAllOf. setCart(List<InvoiceLine> cart)voidInvoiceTemplateCart. setCart(List<InvoiceLine> cart)voidInvoiceTemplateCartAllOf. setCart(List<InvoiceLine> cart)