Address
Contents
[
Hide
]Address class
Address of creditor or debtor.
The Address type exposes the following members:
Constructors
| Name | Description |
|---|---|
| Address() | Creates instance of Address |
Properties
| Name | Description |
|---|---|
| type | Gets the address type. |
| name | Gets or sets the name, either the first and last name of a natural person or the company name of a legal person. |
| address_line1 | Gets or sets the address line 1. |
| address_line2 | Gets or sets the address line 2. |
| street | Gets or sets the street. |
| house_no | Gets or sets the house number. |
| postal_code | Gets or sets the postal code. |
| town | Gets or sets the town or city. |
| country_code | Gets or sets the two-letter ISO country code. |
Methods
| Name | Description |
|---|---|
| clear() | Clears all fields and sets the type to UNDETERMINED. |
| equals(other) | Determines whether the specified object is equal to the current object. |
See Also
- namespace aspose.barcode.complexbarcode
- assembly Aspose.BarCode