Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Pag

    Classe de informações de Pag

    Inheritance
    System.Object
    Pag
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class Pag

    Properties

    DetPag

    Grupo de detalhamento da forma de pagamento

    Declaration
    public List<DetPag> DetPag { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<DetPag>

    VTroco

    Valor do Troco

    Declaration
    public double VTroco { get; set; }
    Property Value
    Type Description
    System.Double

    VTrocoField

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

    Declaration
    public string VTrocoField { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    ShouldSerializeVTrocoField()

    Declaration
    public bool ShouldSerializeVTrocoField()
    Returns
    Type Description
    System.Boolean