Address

Address class

Address of creditor or debtor.

The Address type exposes the following members:

Constructors

NameDescription
Address()Creates instance of Address

Properties

NameDescription
typeGets the address type.
nameGets or sets the name, either the first and last name of a natural person or the
company name of a legal person.
address_line1Gets or sets the address line 1.
address_line2Gets or sets the address line 2.
streetGets or sets the street.
house_noGets or sets the house number.
postal_codeGets or sets the postal code.
townGets or sets the town or city.
country_codeGets or sets the two-letter ISO country code.

Methods

NameDescription
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