Classe TPost_office_addressClass
Unit
GNPaymentBillet
Declaração
type TPost_office_addressClass = class(TObject)
Descrição
Classe Endereço de Envio do Boleto.
Endereço de envio do Boleto.
Hierarquia
- TObject
- TPost_office_addressClass
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; |
|
|
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 |