Classe TGNPaymentBilletResponseData
Unit
GNPaymentBillet
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
Properties
 |
property barcode: String read FBarcode write FBarcode; |
 |
property charge_id: Extended read FCharge_id write FCharge_id; |
 |
property expire_at: TDate read FExpire_at write FExpire_at; |
 |
property link: String read FLink write FLink; |
 |
property payment: String read FPayment write FPayment; |
 |
property status: String read FStatus write FStatus; |
 |
property total: Extended read FTotal write FTotal; |
Descrição
Métodos
 |
function ToJsonString: string; |
|
Properties
 |
property barcode: String read FBarcode write FBarcode; |
|
 |
property charge_id: Extended read FCharge_id write FCharge_id; |
|
 |
property expire_at: TDate read FExpire_at write FExpire_at; |
|
 |
property link: String read FLink write FLink; |
|
 |
property payment: String read FPayment write FPayment; |
|
 |
property status: String read FStatus write FStatus; |
|
 |
property total: Extended read FTotal write FTotal; |
|
JBS Soluções 2015 |