Class Tpi
Grupo que informa uma embalagem de transporte de medicamentos.
Inheritance
System.Object
Tpi
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Unimake.Business.DFe.Xml.SNCM
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class Tpi
Properties
AdHocTpi
Identificador de uma embalagem de transporte que não segue os padrões GS1.
Declaration
public AdHocTpi AdHocTpi { get; set; }
Property Value
Type | Description |
---|---|
AdHocTpi |
GtinSn
Concatenação do GTIN e um serial.
Declaration
public string GtinSn { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Sscc
Código para identificação exclusiva e serializada de unidades logísticas
Declaration
public string Sscc { get; set; }
Property Value
Type | Description |
---|---|
System.String |