Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class PagamentoCIOT

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

    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

    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

    Parcelas

    Declaration
    [XmlArray("Parcelas")]
    [XmlArrayItem("Parcela")]
    public List<ParcelaCIOT> Parcelas { get; set; }
    Property Value
    Type Description
    List<ParcelaCIOT>

    TipoPagamento

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

    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

    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

    ShouldSerializeParcelas()

    Declaration
    public bool ShouldSerializeParcelas()
    Returns
    Type Description
    bool