mirror of https://github.com/vernonkeenan/lib
39 lines
2.0 KiB
Markdown
39 lines
2.0 KiB
Markdown
|
# Crm.Contract
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**accountID** | **String** | Account | [optional]
|
||
|
**activatedByID** | **String** | Activated By | [optional]
|
||
|
**activatedDate** | **String** | Activated Date | [optional]
|
||
|
**billingAddress** | [**Address**](Address.md) | | [optional]
|
||
|
**billingContactID** | **String** | Billing Contact | [optional]
|
||
|
**companySignedDate** | **String** | Company Signed Date | [optional]
|
||
|
**companySignedID** | **String** | Company Signed By | [optional]
|
||
|
**contractNumber** | **String** | Contract Number | [optional]
|
||
|
**contractTerm** | **Number** | Contract Term (months) | [optional]
|
||
|
**createdByID** | **String** | Created By User ID | [optional]
|
||
|
**createdDate** | **String** | Created Date | [optional]
|
||
|
**customerSignedDate** | **String** | Customer Signed Date | [optional]
|
||
|
**customerSignedID** | **String** | Customer Signed By | [optional]
|
||
|
**customerSignedTitle** | **String** | Customer Signed Title | [optional]
|
||
|
**defaultEndUserID** | **String** | End User | [optional]
|
||
|
**description** | **String** | Description | [optional]
|
||
|
**endDate** | **String** | Contract End Date | [optional]
|
||
|
**hourlyRate** | **Number** | Hourly Rate | [optional]
|
||
|
**ID** | **String** | Telnexus Record Id | [optional]
|
||
|
**lastModifiedByID** | **String** | Last Modified By User ID | [optional]
|
||
|
**lastModifiedDate** | **String** | Last Modified Date | [optional]
|
||
|
**name** | **String** | Contract Name | [optional]
|
||
|
**paymentMethodID** | **String** | Payment Method | [optional]
|
||
|
**paymentTerms** | **String** | Payment Terms | [optional]
|
||
|
**perpetual** | **Boolean** | Perpetual Agreement? | [optional]
|
||
|
**shippingAddress** | [**Address**](Address.md) | | [optional]
|
||
|
**shippingContactID** | **String** | Shipping Contact | [optional]
|
||
|
**startDate** | **String** | Contract Start Date | [optional]
|
||
|
**status** | **String** | Status | [optional]
|
||
|
**tenantID** | **String** | Tenant Identifier | [optional]
|
||
|
|
||
|
|