Class Payload
Grupo que define uma carga de IUMs, podendo conter tanto IUMs quanto embalagens de transporte com conteúdo
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
public abstract class Payload
Properties
Dui
Identificador Único de Medicamento (IUM)
Declaration
public List<Dui> Dui { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Dui> |
Tp
Grupo que informa uma embalagem de transporte de medicamentos.
Declaration
public List<Tp> Tp { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Tp> |