Address Namespace
The Address namespace includes methods that give you access to Address objects.
The address object
The Address object represents a unique identifier for different types of entities
in the system. Each address has the following properties:
Here is an example of an Address object:
Methods
getAddresses
- getAddresses(
options):Promise<{ data: Address[], hasNext, hasPrev }>
Returns a list of Addresses.
Parameters
Returns
Promise<{ data: Address[], hasNext, hasPrev }>
Example
getAddress
- getAddress(
options):Promise<Address>
Get the details of a particular address ID.
Parameters
Returns
Promise<Address>