export ContractHeader

interface ContractHeader {
    account_id?: null | string;
    contract_type?: null | string;
    initiated_by_user_id?: null | string;
    last_updated_date?: string;
    partner_account_id?: null | string;
    priority?: number;
    ready_to_share?: boolean;
    revision?: number;
    system_description?: null | string;
    system_disabled?: boolean;
    system_notes?: null | string;
    system_version?: null | string;
}

Properties

account_id?: null | string
contract_type?: null | string
initiated_by_user_id?: null | string
last_updated_date?: string
partner_account_id?: null | string
priority?: number
ready_to_share?: boolean
revision?: number
system_description?: null | string
system_disabled?: boolean

True when the system or internal staff have disabled the contract from processing

system_notes?: null | string

Any notes related to system changes or enabling/disabling of this contract

system_version?: null | string