Class Tp
Grupo que informa uma embalagem de transporte de medicamentos.
Inheritance
System.Object
Tp
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 Tp
Properties
Pld
Declaration
public Pld Pld { get; set; }
Property Value
Type | Description |
---|---|
Pld |
SupdPld
Informa o conteúdo da embalagem de transporte não verificado. As informações contidas na hierarquia abaixo deste elemento serão ignoradas pelo SNCM.
Declaration
public SupdPld SupdPld { get; set; }
Property Value
Type | Description |
---|---|
SupdPld |
Tpi
Grupo que informa uma embalagem de transporte de medicamentos.
Declaration
public Tpi Tpi { get; set; }
Property Value
Type | Description |
---|---|
Tpi |
UnvPld
Indica que o conteúdo da embalagem de transporte não foi verificado. Informar o valor "true" quando não verificado.
Declaration
public bool UnvPld { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |