Package dev.vality.anapi.v2.model
Class InvoiceLine
java.lang.Object
dev.vality.anapi.v2.model.InvoiceLine
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-07-07T08:12:11.951968249Z[Etc/UTC]")
public class InvoiceLine
extends Object
Позиция товара или услуги
-
Constructor Summary
Constructors Constructor Description InvoiceLine() -
Method Summary
Modifier and Type Method Description InvoiceLinecost(Long cost)booleanequals(Object o)@Min(1L) LonggetCost()Суммарная стоимость позиции с учётом количества единиц товаров или услуг minimum: 1@NotNull @Min(1L) LonggetPrice()Цена предлагаемого товара или услуги, в минорных денежных единицах, например в копейках в случае указания российских рублей в качестве валюты minimum: 1@NotNull @Size(max=1000) StringgetProduct()Описание предлагаемого товара или услуги@NotNull @Min(1L) LonggetQuantity()Количество единиц товаров или услуг, предлагаемых на продажу в этой позиции minimum: 1@Valid InvoiceLineTaxModegetTaxMode()Get taxModeinthashCode()InvoiceLineprice(Long price)InvoiceLineproduct(String product)InvoiceLinequantity(Long quantity)voidsetCost(Long cost)voidsetPrice(Long price)voidsetProduct(String product)voidsetQuantity(Long quantity)voidsetTaxMode(InvoiceLineTaxMode taxMode)InvoiceLinetaxMode(InvoiceLineTaxMode taxMode)StringtoString()
-
Constructor Details
-
InvoiceLine
public InvoiceLine()
-
-
Method Details
-
product
-
getProduct
Описание предлагаемого товара или услуги- Returns:
- product
-
setProduct
-
quantity
-
getQuantity
Количество единиц товаров или услуг, предлагаемых на продажу в этой позиции minimum: 1- Returns:
- quantity
-
setQuantity
-
price
-
getPrice
Цена предлагаемого товара или услуги, в минорных денежных единицах, например в копейках в случае указания российских рублей в качестве валюты minimum: 1- Returns:
- price
-
setPrice
-
cost
-
getCost
Суммарная стоимость позиции с учётом количества единиц товаров или услуг minimum: 1- Returns:
- cost
-
setCost
-
taxMode
-
getTaxMode
Get taxMode- Returns:
- taxMode
-
setTaxMode
-
equals
-
hashCode
public int hashCode() -
toString
-