Classe TCustomerClass

DescriçãoHierarquiaCamposMétodosProperties

Unit

Declaração

type TCustomerClass = class(TObject)

Descrição

Classe Cliente do Boleto.

Informações do Cliente de um Boleto.

Hierarquia

  • TObject
  • TCustomerClass

Visão Geral

Métodos

Public constructor Create;
Public destructor Destroy; override;
Public function ToJsonString: string;
Public class function FromJsonString(AJsonString: string): TCustomerClass;

Properties

Public property address: TAddressClass read FAddress write FAddress;
Public property birth: String read FBirth write FBirth;
Public property cpf: String read FCpf write FCpf;
Public property email: String read FEmail write FEmail;
Public property juridical_person: TJuridical_personClass read FJuridical_person write FJuridical_person;
Public property name: String read FName write FName;
Public property phone_number: String read FPhone_number write FPhone_number;
Public property post_office_address: TPost_office_addressClass read FPost_office_address write FPost_office_address;

Descrição

Métodos

Public constructor Create;
 
Public destructor Destroy; override;
 
Public function ToJsonString: string;
 
Public class function FromJsonString(AJsonString: string): TCustomerClass;
 

Properties

Public property address: TAddressClass read FAddress write FAddress;
 
Public property birth: String read FBirth write FBirth;
 
Public property cpf: String read FCpf write FCpf;
 
Public property email: String read FEmail write FEmail;
 
Public property juridical_person: TJuridical_personClass read FJuridical_person write FJuridical_person;
 
Public property name: String read FName write FName;
 
Public property phone_number: String read FPhone_number write FPhone_number;
 
Public property post_office_address: TPost_office_addressClass read FPost_office_address write FPost_office_address;
 

JBS Soluções 2015