Classe TCustomerClass
Unit
GNPaymentBillet
Declaração
type TCustomerClass = class(TObject)
Descrição
Classe Cliente do Boleto.
Informações do Cliente de um Boleto.
Hierarquia
Visão Geral
Métodos
Properties
Descrição
Métodos
 |
constructor Create; |
|
 |
destructor Destroy; override; |
|
 |
function ToJsonString: string; |
|
Properties
 |
property birth: String read FBirth write FBirth; |
|
 |
property cpf: String read FCpf write FCpf; |
|
 |
property email: String read FEmail write FEmail; |
|
 |
property name: String read FName write FName; |
|
 |
property phone_number: String read FPhone_number write FPhone_number; |
|
JBS Soluções 2015 |