Classe TGNChargeCarnetData
Unit
GNCarnet
Declaração
type TGNChargeCarnetData = class(TObject)
Descrição
Hierarquia
- TObject
- TGNChargeCarnetData
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 custom_id: String read FCustom_id write FCustom_id; |
|
 |
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 |