Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class XPort

    Grupo que define a finalização de um ou vários IUMs por descarte

    Inheritance
    object
    XPort
    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
    [Serializable]
    [XmlType(AnonymousType = true, Namespace = "http://sncm.anvisa.gov.br/")]
    public class XPort

    Properties

    Pld

    Identificador Único de Medicamento(IUM).

    Declaration
    [XmlElement("pld")]
    public Pld Pld { get; set; }
    Property Value
    Type Description
    Pld

    Receiver

    Justificativa da Finalização por descarte.

    Declaration
    [XmlElement("receiver")]
    public string Receiver { get; set; }
    Property Value
    Type Description
    string