Classe TGNCarneResponseCharge

DescriçãoHierarquiaCamposMétodosProperties

Unit

Declaração

type TGNCarneResponseCharge = class(TObject)

Descrição

Hierarquia

  • TObject
  • TGNCarneResponseCharge

Visão Geral

Métodos

Public function ToJsonString: string;
Public class function FromJsonString(AJsonString: string): TGNCarneResponseCharge;

Properties

Public property barcode: String read FBarcode write FBarcode;
Public property charge_id: Extended read FCharge_id write FCharge_id;
Public property expire_at: String read FExpire_at write FExpire_at;
Public property parcel: String read FParcel write FParcel;
Public property status: String read FStatus write FStatus;
Public property url: String read FUrl write FUrl;
Public property value: Extended read FValue write FValue;

Descrição

Métodos

Public function ToJsonString: string;
 
Public class function FromJsonString(AJsonString: string): TGNCarneResponseCharge;
 

Properties

Public property barcode: String read FBarcode write FBarcode;
 
Public property charge_id: Extended read FCharge_id write FCharge_id;
 
Public property expire_at: String read FExpire_at write FExpire_at;
 
Public property parcel: String read FParcel write FParcel;
 
Public property status: String read FStatus write FStatus;
 
Public property url: String read FUrl write FUrl;
 
Public property value: Extended read FValue write FValue;
 

JBS Soluções 2015