Classe TGNPaymentBilletResponse

DescriçãoHierarquiaCamposMétodosProperties

Unit

Declaração

type TGNPaymentBilletResponse = class(TObject)

Descrição

Classe de retorno do Boleto.

Dados de retorno do Boleto.

Hierarquia

  • TObject
  • TGNPaymentBilletResponse

Visão Geral

Métodos

Public constructor Create;
Public destructor Destroy; override;
Public function ToJsonString: string;
Public class function FromJsonString(AJsonString: string): TGNPaymentBilletResponse;

Properties

Public property code: Extended read FCode write FCode;
Public property data: TGNPaymentBilletResponseData read FData write FData;

Descrição

Métodos

Public constructor Create;
 
Public destructor Destroy; override;
 
Public function ToJsonString: string;
 
Public class function FromJsonString(AJsonString: string): TGNPaymentBilletResponse;
 

Properties

Public property code: Extended read FCode write FCode;
 
Public property data: TGNPaymentBilletResponseData read FData write FData;
 

JBS Soluções 2015