Classe TGNChargeCustomer

DescriçãoHierarquiaCamposMétodosProperties

Unit

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

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

Properties

Public property cpf: String read FCpf write FCpf;
Public property email: String read FEmail write FEmail;
Public property name: String read FName write FName;
Public property phone_number: String read FPhone_number write FPhone_number;

Descrição

Métodos

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

Properties

Public property cpf: String read FCpf write FCpf;
 
Public property email: String read FEmail write FEmail;
 
Public property name: String read FName write FName;
 
Public property phone_number: String read FPhone_number write FPhone_number;
 

JBS Soluções 2015