Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfPagamento

    Inheritance
    object
    InfPagamento
    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.CIOT
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class InfPagamento

    Properties

    ChavePix

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

    CodigoInstituicaoFinanceira

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

    CodigoPagamento

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

    CpfCnpjCreditado

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

    DataVencimento

    Declaration
    [XmlIgnore]
    [JsonIgnore]
    public DateTimeOffset DataVencimento { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DataVencimentoField

    Declaration
    [XmlElement("DataVencimento")]
    [JsonProperty("DataVencimento")]
    public string DataVencimentoField { get; set; }
    Property Value
    Type Description
    string

    IdentificadorPix

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

    IndPagamento

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

    NumeroAgencia

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

    NumeroConta

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

    NumeroParcela

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

    TipoPagamento

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

    ValorParcela

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

    ValorParcelaField

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

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

    Methods

    ShouldSerializeChavePix()

    Declaration
    public bool ShouldSerializeChavePix()
    Returns
    Type Description
    bool

    ShouldSerializeCodigoInstituicaoFinanceira()

    Declaration
    public bool ShouldSerializeCodigoInstituicaoFinanceira()
    Returns
    Type Description
    bool

    ShouldSerializeCodigoPagamento()

    Declaration
    public bool ShouldSerializeCodigoPagamento()
    Returns
    Type Description
    bool

    ShouldSerializeDataVencimento()

    Declaration
    public bool ShouldSerializeDataVencimento()
    Returns
    Type Description
    bool

    ShouldSerializeDataVencimentoField()

    Declaration
    public bool ShouldSerializeDataVencimentoField()
    Returns
    Type Description
    bool

    ShouldSerializeIdentificadorPix()

    Declaration
    public bool ShouldSerializeIdentificadorPix()
    Returns
    Type Description
    bool

    ShouldSerializeNumeroAgencia()

    Declaration
    public bool ShouldSerializeNumeroAgencia()
    Returns
    Type Description
    bool

    ShouldSerializeNumeroConta()

    Declaration
    public bool ShouldSerializeNumeroConta()
    Returns
    Type Description
    bool

    ShouldSerializeNumeroParcela()

    Declaration
    public bool ShouldSerializeNumeroParcela()
    Returns
    Type Description
    bool

    ShouldSerializeValorParcelaField()

    Declaration
    public bool ShouldSerializeValorParcelaField()
    Returns
    Type Description
    bool