Uses of Class
dev.vality.swag_webhook_events.model.InvoiceCartLine
| Package | Description |
|---|---|
| dev.vality.swag_webhook_events.model |
-
Uses of InvoiceCartLine in dev.vality.swag_webhook_events.model
Methods in dev.vality.swag_webhook_events.model that return InvoiceCartLine Modifier and Type Method Description InvoiceCartLineInvoiceCartLine. cost(Long cost)InvoiceCartLineInvoiceCartLine. price(Long price)InvoiceCartLineInvoiceCartLine. product(String product)InvoiceCartLineInvoiceCartLine. quantity(Long quantity)InvoiceCartLineInvoiceCartLine. taxMode(InvoiceCartLineTaxMode taxMode)Methods in dev.vality.swag_webhook_events.model that return types with arguments of type InvoiceCartLine Modifier and Type Method Description @Valid @Size(min=1,max=100) List<InvoiceCartLine>Invoice. getCart()Корзина с набором позиций продаваемых товаров или услугMethods in dev.vality.swag_webhook_events.model with parameters of type InvoiceCartLine Modifier and Type Method Description InvoiceInvoice. addCartItem(InvoiceCartLine cartItem)Method parameters in dev.vality.swag_webhook_events.model with type arguments of type InvoiceCartLine Modifier and Type Method Description InvoiceInvoice. cart(List<InvoiceCartLine> cart)voidInvoice. setCart(List<InvoiceCartLine> cart)