/** * Represents a ContractExclusionBillingCodes in Autotask. * Corresponds to the Autotask entity "ContractExclusionBillingCodes". */ export interface ContractExclusionBillingCodes { /** * Autotask field: billingCodeID * Data Type: long * Required: true * Readonly: true * Reference to: BillingCode */ readonly billingCodeID: number; /** * Autotask field: contractID * Data Type: long * Required: true * Readonly: true * Reference to: Contract */ readonly contractID: number; /** * Autotask field: id * Data Type: long * Required: true * Readonly: true */ readonly id: number; } //# sourceMappingURL=ContractExclusionBillingCodes.d.ts.map