Classe TGNChargeResponseData

DescriçãoHierarquiaCamposMétodosProperties

Unit

Declaração

type TGNChargeResponseData = class(TObject)

Descrição

Classe Dados de retorno da criação de uma transação.

Dados da transação criada.

Hierarquia

  • TObject
  • TGNChargeResponseData

Visão Geral

Métodos

Public function ToJsonString: string;
Public class function FromJsonString(AJsonString: string): TGNChargeResponseData;

Properties

Public property charge_id: Extended read FCharge_id write FCharge_id;
Public property created_at: TDateTime read FCreated_at write FCreated_at;
Public property status: String read FStatus write FStatus;
Public property total: Extended read FTotal write FTotal;

Descrição

Métodos

Public function ToJsonString: string;
 
Public class function FromJsonString(AJsonString: string): TGNChargeResponseData;
 

Properties

Public property charge_id: Extended read FCharge_id write FCharge_id;
 
Public property created_at: TDateTime read FCreated_at write FCreated_at;
 
Public property status: String read FStatus write FStatus;
 
Public property total: Extended read FTotal write FTotal;
 

JBS Soluções 2015