Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class GTransfCred

    Transferência de crédito

    Inheritance
    object
    GTransfCred
    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.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/nfe")]
    public class GTransfCred

    Properties

    VCBS

    Valor da CBS a ser transferida

    Declaration
    [XmlIgnore]
    public double VCBS { get; set; }
    Property Value
    Type Description
    double

    VCBSField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VCBS para atribuir ou resgatar o valor)

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

    VIBS

    Valor do IBS a ser transferido

    Declaration
    [XmlIgnore]
    public double VIBS { get; set; }
    Property Value
    Type Description
    double

    VIBSField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VIBS para atribuir ou resgatar o valor)

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