Classe TGNCarneResponseData
Unit
GNCarnet
Declaração
type TGNCarneResponseData = class(TObject)
Descrição
Hierarquia
- TObject
- TGNCarneResponseData
Visão Geral
Métodos
Properties
 |
property carnet_id: Extended read FCarnet_id write FCarnet_id; |
 |
property charges: TArray<TGNCarneResponseCharge> read FCharges write FCharges; |
 |
property cover: String read FCover write FCover; |
 |
property link: String read FLink write FLink; |
 |
property status: String read FStatus write FStatus; |
Descrição
Métodos
 |
destructor Destroy; override; |
|
 |
function ToJsonString: string; |
|
Properties
 |
property carnet_id: Extended read FCarnet_id write FCarnet_id; |
|
 |
property cover: String read FCover write FCover; |
|
 |
property link: String read FLink write FLink; |
|
 |
property status: String read FStatus write FStatus; |
|
JBS Soluções 2015 |