Classe TGNPaymentBilletResponseData

DescriçãoHierarquiaCamposMétodosProperties

Unit

Declaração

type TGNPaymentBilletResponseData = class(TObject)

Descrição

Classe de resposta do Boleto.

Dados de resposta do Boleto.

Hierarquia

  • TObject
  • TGNPaymentBilletResponseData

Visão Geral

Métodos

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

Properties

Public property barcode: String read FBarcode write FBarcode;
Public property charge_id: Extended read FCharge_id write FCharge_id;
Public property expire_at: TDate read FExpire_at write FExpire_at;
Public property link: String read FLink write FLink;
Public property payment: String 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 function ToJsonString: string;
 
Public class function FromJsonString(AJsonString: string): TGNPaymentBilletResponseData;
 

Properties

Public property barcode: String read FBarcode write FBarcode;
 
Public property charge_id: Extended read FCharge_id write FCharge_id;
 
Public property expire_at: TDate read FExpire_at write FExpire_at;
 
Public property link: String read FLink write FLink;
 
Public property payment: String read FPayment write FPayment;
 
Public property status: String read FStatus write FStatus;
 
Public property total: Extended read FTotal write FTotal;
 

JBS Soluções 2015