Poq.SDK.Node

Home > @poq/sdk > Address

Address class

The contract describes address related information.

Signature:

export declare class Address extends PoqContract 

Extends: PoqContract

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the Address class

Properties

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.
email   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.