Classe TGNChargeCarnetData

DescriçãoHierarquiaCamposMétodosProperties

Unit

Declaração

type TGNChargeCarnetData = class(TObject)

Descrição

Hierarquia

  • TObject
  • TGNChargeCarnetData

Visão Geral

Métodos

Public constructor Create;
Public destructor Destroy; override;
Public function ToJsonString: string;
Public class function FromJsonString(AJsonString: string): TGNChargeCarnetData;

Properties

Public property carnet: TGNChargeCarnet_Carnet read FCarnet write FCarnet;
Public property charge_id: Extended read FCharge_id write FCharge_id;
Public property created_at: TDateTime read FCreated_at write FCreated_at;
Public property custom_id: String read FCustom_id write FCustom_id;
Public property customer: TGNChargeCarnetCustomer read FCustomer write FCustomer;
Public property history: TArray<TGNChargeCarnetHistory> read FHistory write FHistory;
Public property items: TArray<TGNChargeCarnetItem> read FItems write FItems;
Public property notification_url: String read FNotification_url write FNotification_url;
Public property payment: TGNChargeCarnetPayment read FPayment write FPayment;
Public property status: String read FStatus write FStatus;
Public property total: Extended read FTotal write FTotal;

Descrição

Métodos

Public constructor Create;
 
Public destructor Destroy; override;
 
Public function ToJsonString: string;
 
Public class function FromJsonString(AJsonString: string): TGNChargeCarnetData;
 

Properties

Public property carnet: TGNChargeCarnet_Carnet read FCarnet write FCarnet;
 
Public property charge_id: Extended read FCharge_id write FCharge_id;
 
Public property created_at: TDateTime read FCreated_at write FCreated_at;
 
Public property custom_id: String read FCustom_id write FCustom_id;
 
Public property customer: TGNChargeCarnetCustomer read FCustomer write FCustomer;
 
Public property history: TArray<TGNChargeCarnetHistory> read FHistory write FHistory;
 
Public property items: TArray<TGNChargeCarnetItem> read FItems write FItems;
 
Public property notification_url: String read FNotification_url write FNotification_url;
 
Public property payment: TGNChargeCarnetPayment read FPayment write FPayment;
 
Public property status: String read FStatus write FStatus;
 
Public property total: Extended read FTotal write FTotal;
 

JBS Soluções 2015