Classe TGNCarneDetailData

DescriçãoHierarquiaCamposMétodosProperties

Unit

Declaração

type TGNCarneDetailData = class(TObject)

Descrição

Hierarquia

  • TObject
  • TGNCarneDetailData

Visão Geral

Métodos

Public destructor Destroy; override;
Public function ToJsonString: string;
Public class function FromJsonString(AJsonString: string): TGNCarneDetailData;

Properties

Public property carnet_id: Extended read FCarnet_id write FCarnet_id;
Public property charges: TArray<TGNCarneCharge> read FCharges write FCharges;
Public property cover: String read FCover write FCover;
Public property created_at: TDateTime read FCreated_at write FCreated_at;
Public property custom_id: String read FCustom_id write FCustom_id;
Public property history: TArray<TGNCarneHistory> read FHistory write FHistory;
Public property notification_url: String read FNotification_url write FNotification_url;
Public property repeats: Extended read FRepeats write FRepeats;
Public property split_items: Boolean read FSplit_items write FSplit_items;
Public property status: String read FStatus write FStatus;
Public property value: Extended read FValue write FValue;

Descrição

Métodos

Public destructor Destroy; override;
 
Public function ToJsonString: string;
 
Public class function FromJsonString(AJsonString: string): TGNCarneDetailData;
 

Properties

Public property carnet_id: Extended read FCarnet_id write FCarnet_id;
 
Public property charges: TArray<TGNCarneCharge> read FCharges write FCharges;
 
Public property cover: String read FCover write FCover;
 
Public property created_at: TDateTime read FCreated_at write FCreated_at;
 
Public property custom_id: String read FCustom_id write FCustom_id;
 
Public property history: TArray<TGNCarneHistory> read FHistory write FHistory;
 
Public property notification_url: String read FNotification_url write FNotification_url;
 
Public property repeats: Extended read FRepeats write FRepeats;
 
Public property split_items: Boolean read FSplit_items write FSplit_items;
 
Public property status: String read FStatus write FStatus;
 
Public property value: Extended read FValue write FValue;
 

JBS Soluções 2015