Skip to content

MovimentoMerceRiga class

Freight movement row.

public class MovimentoMerceRiga : BaseEntity

Public Members

name description
MovimentoMerceRiga() The default constructor.
Articolo { get; set; } Product or item. Expandable.
ArticoloId { get; set; } Unique Articolo id.
CausaleIva { get; set; } VAT code. Expandable.
CausaleIvaId { get; set; } Unique CausaleIva id.
Colore { get; set; } Color.
Data { get; set; } Date of expiration, production, end of warranty, or other.
Identificativo { get; set; } Serial number, or any other product identifier.
IdentificativoEsteso { get; set; } Extended product identifier.
ListinoId { get; set; } Unique Listino id.
MagazzinoId { get; set; } Unique Magazzino id.
MovimentoMerceId { get; set; } Unique MovimentoMerce id.
Prezzo { get; set; } Price. Expandable.
PrezzoId { get; set; } Unique Prezzo id.
PrezzoIvato { get; set; } Price applied, VAT included.
PrezzoNetto { get; set; } Price applied, exclusive of VAT.
Quantità { get; set; } Quantity handled.
Taglia { get; set; } Size. Expandable.
TagliaId { get; set; } Unique Taglia id.

See Also