Classe TAddressClass

DescriçãoHierarquiaCamposMétodosProperties

Unit

Declaração

type TAddressClass = class(TObject)

Descrição

Classe Endereço do cliente do Boleto.

Endereço do cliente do Boleto.

Hierarquia

  • TObject
  • TAddressClass

Visão Geral

Métodos

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

Properties

Public property city: String read FCity write FCity;
Public property neighborhood: String read FNeighborhood write FNeighborhood;
Public property number: String read FNumber write FNumber;
Public property state: String read FState write FState;
Public property street: String read FStreet write FStreet;
Public property zipcode: String read FZipcode write FZipcode;

Descrição

Métodos

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

Properties

Public property city: String read FCity write FCity;
 
Public property neighborhood: String read FNeighborhood write FNeighborhood;
 
Public property number: String read FNumber write FNumber;
 
Public property state: String read FState write FState;
 
Public property street: String read FStreet write FStreet;
 
Public property zipcode: String read FZipcode write FZipcode;
 

JBS Soluções 2015