Classe TGNChargeResponse

DescriçãoHierarquiaCamposMétodosProperties

Unit

Declaração

type TGNChargeResponse = class(TObject)

Descrição

Classe de retorno da criação de transações por TGNCharge.CreateCharge.

Contém dados para identificar a transação criada.

Hierarquia

  • TObject
  • TGNChargeResponse

Visão Geral

Métodos

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

Properties

Public property code: Extended read FCode write FCode;
Public property data: TGNChargeResponseData 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): TGNChargeResponse;
 

Properties

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

JBS Soluções 2015