Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class retBoletoRegistrarQRCodeContent

    Conteúdo do QRCode retornado no registro do boleto

    Inheritance
    object
    retBoletoRegistrarQRCodeContent
    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
    [Serializable]
    public class retBoletoRegistrarQRCodeContent

    Properties

    Image

    Caminho ou conteúdo da imagem do QRCode

    Declaration
    [XmlElement]
    public string Image { get; set; }
    Property Value
    Type Description
    string

    Success

    Indica se o QRCode foi gerado com sucesso

    Declaration
    [XmlElement]
    public bool Success { get; set; }
    Property Value
    Type Description
    bool

    Text

    Texto do QRCode

    Declaration
    [XmlElement]
    public string Text { get; set; }
    Property Value
    Type Description
    string