Class InvoiceLine

java.lang.Object
dev.vality.swag.analytics.model.InvoiceLine

@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
           date="2022-03-18T10:45:05.280Z")
public class InvoiceLine
extends Object
Позиция товара или услуги
  • Constructor Details

    • InvoiceLine

      public InvoiceLine()
  • Method Details

    • product

      public InvoiceLine product​(String product)
    • getProduct

      public String getProduct()
      Описание предлагаемого товара или услуги
      Returns:
      product
    • setProduct

      public void setProduct​(String product)
    • quantity

      public InvoiceLine quantity​(Long quantity)
    • getQuantity

      public Long getQuantity()
      Количество единиц товаров или услуг, предлагаемых на продажу в этой позиции minimum: 1
      Returns:
      quantity
    • setQuantity

      public void setQuantity​(Long quantity)
    • price

      public InvoiceLine price​(Long price)
    • getPrice

      public Long getPrice()
      Цена предлагаемого товара или услуги, в минорных денежных единицах, например в копейках в случае указания российских рублей в качестве валюты minimum: 1
      Returns:
      price
    • setPrice

      public void setPrice​(Long price)
    • cost

      public InvoiceLine cost​(Long cost)
    • getCost

      public Long getCost()
      Суммарная стоимость позиции с учётом количества единиц товаров или услуг minimum: 1
      Returns:
      cost
    • setCost

      public void setCost​(Long cost)
    • taxMode

      public InvoiceLine taxMode​(InvoiceLineTaxMode taxMode)
    • getTaxMode

      public InvoiceLineTaxMode getTaxMode()
      Get taxMode
      Returns:
      taxMode
    • setTaxMode

      public void setTaxMode​(InvoiceLineTaxMode taxMode)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object