Classe TGNChargeDetailData
Unit
GNCharge
Declaração
type TGNChargeDetailData = class(TObject)
Descrição
Classe Detalhes de dados da transação.
Dados principais de uma transação.
Hierarquia
- TObject
- TGNChargeDetailData
Visão Geral
Métodos
Properties
Descrição
Métodos
 |
constructor Create; |
|
|
 |
destructor Destroy; override; |
|
|
 |
function ToJsonString: string; |
|
|
Properties
 |
property charge_id: Extended read FCharge_id write FCharge_id; |
|
|
 |
property created_at: TDateTime read FCreated_at write FCreated_at; |
|
|
 |
property notification_url: String read FNotification_url write FNotification_url; |
|
|
 |
property status: String read FStatus write FStatus; |
|
|
 |
property total: Extended read FTotal write FTotal; |
|
|
JBS Soluções 2015 |