Classe TGNChargeDetailData

DescriçãoHierarquiaCamposMétodosProperties

Unit

Declaração

type TGNChargeDetailData = class(TObject)

Descrição

Classe Detalhes de dados da transação.

Dados principais de uma transação.

Hierarquia

  • TObject
  • TGNChargeDetailData

Visão Geral

Métodos

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

Properties

Public property charge_id: Extended read FCharge_id write FCharge_id;
Public property created_at: TDateTime read FCreated_at write FCreated_at;
Public property customer: TGNChargeCustomer read FCustomer write FCustomer;
Public property history: TArray<TGNChargeDetailHistory> read FHistory write FHistory;
Public property items: TArray<TGNChargeItem> read FItems write FItems;
Public property notification_url: String read FNotification_url write FNotification_url;
Public property payment: TGNChargeDetailPayment 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): TGNChargeDetailData;
 

Properties

Public property charge_id: Extended read FCharge_id write FCharge_id;
 
Public property created_at: TDateTime read FCreated_at write FCreated_at;
 
Public property customer: TGNChargeCustomer read FCustomer write FCustomer;
 
Public property history: TArray<TGNChargeDetailHistory> read FHistory write FHistory;
 
Public property items: TArray<TGNChargeItem> read FItems write FItems;
 
Public property notification_url: String read FNotification_url write FNotification_url;
 
Public property payment: TGNChargeDetailPayment read FPayment write FPayment;
 
Public property status: String read FStatus write FStatus;
 
Public property total: Extended read FTotal write FTotal;
 

JBS Soluções 2015