$baseURL
$baseURL : null|array
Base API URL
Base API URL comprised of environment variables passed to the ORM constructor.
ORM Address Client
Communicates with an ORM API to preform address operations.
$orm : null|\OpenResourceManager\ORM
ORM Connection
The current ORM connection.
__construct(\OpenResourceManager\ORM $orm)
Client Constructor
Constructs a client.
\OpenResourceManager\ORM | $orm |
getORM() : \OpenResourceManager\ORM
Get ORM Connection
Returns the current ORM object
store(integer $account_id = null, string $identifier = null, string $username = null, string $addressee = null, string $organization = null, string $line_1 = null, string $line_2 = null, string $city = null, integer $state_id = null, string $state_code = null, string $zip = null, integer $country_id = null, string $country_code = null, string $latitude = null, string $longitude = null) : \Unirest\Response
Store Address
Store an address.
integer | $account_id | |
string | $identifier | |
string | $username | |
string | $addressee | |
string | $organization | |
string | $line_1 | |
string | $line_2 | |
string | $city | |
integer | $state_id | |
string | $state_code | |
string | $zip | |
integer | $country_id | |
string | $country_code | |
string | $latitude | |
string | $longitude |