Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class PagtoOperMDFeInfPag

    Inheritance
    System.Object
    InfContratante
    PagtoOperMDFeInfPag
    AlteracaoPagtoServMDFeInfPag
    Inherited Members
    InfContratante.XNome
    InfContratante.CNPJ
    InfContratante.CPF
    InfContratante.IdEstrangeiro
    InfContratante.InfContrato
    InfContratante.ShouldSerializeCNPJ()
    InfContratante.ShouldSerializeCPF()
    InfContratante.ShouldSerializeXNome()
    InfContratante.ShouldSerializeIdEstrangeiro()
    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.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class PagtoOperMDFeInfPag : InfContratante

    Fields

    IndAntecipaAdiantField

    Declaration
    int IndAntecipaAdiantField
    Field Value
    Type Description
    System.Int32

    Properties

    Comp

    Lista de componentes de pagamento.

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

    IndAntecipaAdiant

    Indicador para declarar concordância em antecipar o adiantamento (Informar a tag somente se for autorizado antecipar o adiantamento)

    Declaration
    public int IndAntecipaAdiant { get; set; }
    Property Value
    Type Description
    System.Int32

    IndPag

    Indicador de pagamento.

    Declaration
    public IndicadorPagamento IndPag { get; set; }
    Property Value
    Type Description
    IndicadorPagamento

    IndPagField

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

    Declaration
    public int IndPagField { get; set; }
    Property Value
    Type Description
    System.Int32

    InfBanc

    Informações bancárias.

    Declaration
    public InfBanc InfBanc { get; set; }
    Property Value
    Type Description
    InfBanc

    InfPrazo

    Informações de prazo de pagamento.

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

    TpAntecip

    Tipo de Permissão em relação a antecipação das parcelas

    Declaration
    public TipoPermissaoAtencipacaoParcela? TpAntecip { get; set; }
    Property Value
    Type Description
    System.Nullable<TipoPermissaoAtencipacaoParcela>

    VAdiant

    Valor do adiantamento.

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

    VAdiantField

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

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

    VContrato

    Valor do contrato.

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

    VContratoField

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

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

    Methods

    ShouldSerializeIndAntecipaAdiant()

    Indica se a propriedade IndAntecipaAdiant deve ser serializada.

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

    ShouldSerializeTpAntecip()

    Indica se a propriedade TpAntecip deve ser serializada.

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