--- title: Account --- ## PureCloud::Account ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | | **org_legal_name** | **String** | Org legal name | | | **billing_address_line1** | **String** | Billing Address | | | **billing_address_line2** | **String** | | [optional] | | **billing_address_city** | **String** | Billing City | | | **billing_address_state** | **String** | Billing State | | | **billing_address_zip_code** | **String** | Billing ZipCode | | | **billing_address_country** | **String** | Billing Country | | | **legal_address_line1** | **String** | | [optional] | | **legal_address_line2** | **String** | | [optional] | | **legal_address_city** | **String** | | [optional] | | **legal_address_state** | **String** | | [optional] | | **legal_address_zip_code** | **String** | | [optional] | | **legal_address_country** | **String** | | [optional] | | **billing_contact_first_name** | **String** | Billing Contact first name. | | | **billing_contact_last_name** | **String** | Billing Contact last name. | | | **billing_contact_email** | **String** | Billing Contact email. | | | **billing_contact_phone** | **String** | Billing Contact phone | | | **purchase_order_number** | **String** | | [optional] | | **is_tax_exempt** | **BOOLEAN** | | [optional] [default to false]| | **currency** | **String** | | [optional] | | **payment_term** | **String** | Payment Term | | | **contract_term** | **Integer** | Contract Term | | | **auto_renew** | **BOOLEAN** | | [optional] [default to false]| | **enabled** | **BOOLEAN** | | [optional] [default to false]| | **min_commit_quantities** | **Hash<String, Integer>** | | [optional] | | **estimated_quantities** | **Hash<String, Integer>** | | [optional] | | **one_time_charges** | **Array<String>** | | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}