Classe TGNChargeCustomer
Unit
GNCharge
Declaração
type TGNChargeCustomer = class(TObject)
Descrição
Classe Cliente da transação.
Informações do cliente ligado a uma transação.
Hierarquia
- TObject
- TGNChargeCustomer
Visão Geral
Métodos
Properties
 |
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; |
Descrição
Métodos
 |
function ToJsonString: string; |
|
|
Properties
 |
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 |