Classe TGNChargeCarnet_001

DescriçãoHierarquiaCamposMétodosProperties

Unit

Declaração

type TGNChargeCarnet_001 = class(TObject)

Descrição

Hierarquia

  • TObject
  • TGNChargeCarnet_001

Visão Geral

Métodos

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

Properties

Public property barcode: String read FBarcode write FBarcode;
Public property expire_at: String read FExpire_at write FExpire_at;
Public property parcel: Extended read FParcel write FParcel;
Public property url: String read FUrl write FUrl;

Descrição

Métodos

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

Properties

Public property barcode: String read FBarcode write FBarcode;
 
Public property expire_at: String read FExpire_at write FExpire_at;
 
Public property parcel: Extended read FParcel write FParcel;
 
Public property url: String read FUrl write FUrl;
 

JBS Soluções 2015