Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class EBoletoPixConfig

    Configuracao de PIX

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

    Properties

    Chave

    Chave do PIX

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

    QrCodeConfig

    Configuracao do QRCode

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

    RegistrarPIX

    Indicador para registrar PIX

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