Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Payload

    Grupo que define uma carga de IUMs, podendo conter tanto IUMs quanto embalagens de transporte com conteúdo

    Inheritance
    object
    Payload
    But
    Pld
    SupdPld
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    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
    [XmlElement("dui")]
    public List<Dui> Dui { get; set; }
    Property Value
    Type Description
    List<Dui>

    Tp

    Grupo que informa uma embalagem de transporte de medicamentos.

    Declaration
    [XmlElement("tp")]
    public List<Tp> Tp { get; set; }
    Property Value
    Type Description
    List<Tp>