The contract describes address related information.
Signature:
export declare class Address extends PoqContract
Extends: PoqContract
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the Address class |
Property | Modifiers | Type | Description |
---|---|---|---|
address1 | string | undefined | Account address 1. | |
address2 | string | undefined | Account address 2. | |
city | string | undefined | Account city. | |
country | string | undefined | Account country. | |
string | undefined | Account email. | ||
firstName | string | undefined | Account first name. | |
lastName | string | undefined | Account last name. | |
phoneNumber | string | undefined | Account phone number. | |
postCode | string | undefined | Account post code. | |
state | string | undefined | Account state. |