struct DiadocApi::Upd970::TableItem

Defined in:

diadoc_api/methods/xml_titles/upd_970.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def country_code : String | Nil #

[View source]
def country_code=(country_code : String | Nil) #

[View source]
def declaration_number : String | Nil #

[View source]
def declaration_number=(declaration_number : String | Nil) #

[View source]
def initialize #

[View source]
def item_mark : ItemMark | Nil #

[View source]
def item_mark=(item_mark : ItemMark | Nil) #

[View source]
def item_vendor_code : String | Nil #

[View source]
def item_vendor_code=(item_vendor_code : String | Nil) #

[View source]
def price : Float64 | Nil #

[View source]
def price=(price : Float64 | Nil) #

[View source]
def product : String | Nil #

[View source]
def product=(product : String | Nil) #

[View source]
def quantity : Int32 | Nil #

[View source]
def quantity=(quantity : Int32 | Nil) #

[View source]
def subtotal : Float64 | Nil #

[View source]
def subtotal=(subtotal : Float64 | Nil) #

[View source]
def tax_rate : TaxRate | Nil #

TODO convert to Enum as per <xs:simpleType name="TaxRateUtd970">


[View source]
def tax_rate=(tax_rate : TaxRate | Nil) #

TODO convert to Enum as per <xs:simpleType name="TaxRateUtd970">


[View source]
def to_xml : String #

[View source]
def total_wo_vat : Float64 | Nil #

[View source]
def total_wo_vat=(total_wo_vat : Float64 | Nil) #

[View source]
def unit : Unit | Nil #

[View source]
def unit=(unit : Unit | Nil) #

[View source]
def vat : Float64 | Nil #

[View source]
def vat=(vat : Float64 | Nil) #

[View source]