--- title: Invoice --- ## PureCloud::Invoice ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | | **invoice_number** | **String** | | [optional] | | **invoice_date** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **due_date** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **amount** | **String** | | [optional] | | **balance** | **String** | | [optional] | | **status** | **String** | | [optional] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}