Table of Contents

Class QuantityUnit

Namespace
RetailForce.Fiscalisation.Model.Document
Assembly
RetailForce.Fiscalisation.Model.dll

Represents a quantity unit of a position.

[Serializable]
public class QuantityUnit
Inheritance
object
QuantityUnit
Inherited Members

Constructors

QuantityUnit()

Constructor.

public QuantityUnit()

QuantityUnit(string)

Constructor.

public QuantityUnit(string id)

Parameters

id string

The id of the quantity unit.

Properties

Id

The id of the quantity unit.

public string? Id { get; set; }

Property Value

string

IsoCode

Gets or sets the iso code.

public QuantityUnitIsoCode? IsoCode { get; set; }

Property Value

QuantityUnitIsoCode?

The iso code.