Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Tpi

    Grupo que informa uma embalagem de transporte de medicamentos.

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

    Properties

    AdHocTpi

    Identificador de uma embalagem de transporte que não segue os padrões GS1.

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

    GtinSn

    Concatenação do GTIN e um serial.

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

    Sscc

    Código para identificação exclusiva e serializada de unidades logísticas

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