Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class AdHocTpi

    Grupo para identificação de uma Embalagem de Transporte

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

    Properties

    Shipper

    Identificador do expedidor.

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

    TpSerl

    Código de série de uma embalagem de transporte que não segue os padrões GS1.

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