Classe TAddressClass
Unit
GNPaymentBillet
Declaração
type TAddressClass = class(TObject)
Descrição
Classe Endereço do cliente do Boleto.
Endereço do cliente do Boleto.
Hierarquia
Visão Geral
Métodos
Properties
 |
property city: String read FCity write FCity; |
 |
property neighborhood: String read FNeighborhood write FNeighborhood; |
 |
property number: String read FNumber write FNumber; |
 |
property state: String read FState write FState; |
 |
property street: String read FStreet write FStreet; |
 |
property zipcode: String read FZipcode write FZipcode; |
Descrição
Métodos
 |
function ToJsonString: string; |
|
 |
class function FromJsonString(AJsonString: string): TAddressClass; |
|
Properties
 |
property city: String read FCity write FCity; |
|
 |
property neighborhood: String read FNeighborhood write FNeighborhood; |
|
 |
property number: String read FNumber write FNumber; |
|
 |
property state: String read FState write FState; |
|
 |
property street: String read FStreet write FStreet; |
|
 |
property zipcode: String read FZipcode write FZipcode; |
|
JBS Soluções 2015 |