Sha256: ac5ffa965b6186ddb5d75879044d87e30d4ed2a1812a7c676da4df9212951dc1
Contents?: true
Size: 1.54 KB
Versions: 1
Compression:
Stored size: 1.54 KB
Contents
--- title: Quote --- ## PureCloud::Quote ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | | **purchase_order** | **String** | Purchase order | | | **type** | **String** | Quote type | | | **status** | **String** | Quote Status | | | **currency** | **String** | | [optional] | | **created_date** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **last_updated_date** | **DateTime** | Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | | **billing_contact_email** | **String** | | [optional] | | **billing_contact_first_name** | **String** | | [optional] | | **billing_contact_last_name** | **String** | | [optional] | | **billing_contact_phone** | **String** | | [optional] | | **include_voice_charges** | **BOOLEAN** | | [optional] [default to false]| | **charges** | [**Array<QuoteCharge>**](QuoteCharge.html) | | [optional] | | **edge_control_model** | **String** | | [optional] | | **referral_codes** | **Array<String>** | | [optional] | | **discount_codes** | **Array<String>** | | [optional] | | **sales_partner_code** | **String** | | [optional] | | **is_annual_prepay** | **BOOLEAN** | | [optional] [default to false]| | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
purecloud-0.45.1 | doc_out/Quote.html.md |