Class InvoiceLineTaxMode

java.lang.Object
dev.vality.anapi.v2.model.InvoiceLineTaxMode
Direct Known Subclasses:
InvoiceLineTaxVAT

@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
           date="2023-07-07T08:12:11.951968249Z[Etc/UTC]")
public class InvoiceLineTaxMode
extends Object
Схема налогообложения предлагаемого товара или услуги. Указывается, только если предлагаемый товар или услуга облагается налогом.
  • Constructor Details

    • InvoiceLineTaxMode

      public InvoiceLineTaxMode()
  • Method Details

    • type

      public InvoiceLineTaxMode type​(String type)
    • getType

      @NotNull public @NotNull String getType()
      Тип схемы налогообложения
      Returns:
      type
    • setType

      public void setType​(String type)
    • 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