Classe TGNCarneDetailData
Unit
GNCarnet
Declaração
type TGNCarneDetailData = class(TObject)
Descrição
Hierarquia
- TObject
- TGNCarneDetailData
Visão Geral
Métodos
Properties
 |
property carnet_id: Extended read FCarnet_id write FCarnet_id; |
 |
property charges: TArray<TGNCarneCharge> read FCharges write FCharges; |
 |
property cover: String read FCover write FCover; |
 |
property created_at: TDateTime read FCreated_at write FCreated_at; |
 |
property custom_id: String read FCustom_id write FCustom_id; |
 |
property history: TArray<TGNCarneHistory> read FHistory write FHistory; |
 |
property notification_url: String read FNotification_url write FNotification_url; |
 |
property repeats: Extended read FRepeats write FRepeats; |
 |
property split_items: Boolean read FSplit_items write FSplit_items; |
 |
property status: String read FStatus write FStatus; |
 |
property value: Extended read FValue write FValue; |
Descrição
Métodos
 |
destructor Destroy; override; |
|
 |
function ToJsonString: string; |
|
Properties
 |
property carnet_id: Extended read FCarnet_id write FCarnet_id; |
|
 |
property charges: TArray<TGNCarneCharge> read FCharges write FCharges; |
|
 |
property cover: String read FCover write FCover; |
|
 |
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 repeats: Extended read FRepeats write FRepeats; |
|
 |
property split_items: Boolean read FSplit_items write FSplit_items; |
|
 |
property status: String read FStatus write FStatus; |
|
 |
property value: Extended read FValue write FValue; |
|
JBS Soluções 2015 |