Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class BizTrans

    Grupo que informa um documento relacionado com a movimentação de medicamentos.

    Inheritance
    object
    BizTrans
    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 BizTrans

    Properties

    BizTransId

    Número identificador do documento ou código de série do documento.

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

    BizTransType

    Descrição do tipo de documento. Ex. NF-e, NFC-e, etc.

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