Values.ExpectedContractDurationSourceThe expected duration of a partner's contract with the customer. Used to convert Total Contract Value (TCV) to Monthly Recurring Revenue (MRR) for opportunity dealsizing calculations.
type nonrec t = {term : ExpectedContractDurationTerm.t;The unit of measurement for the contract duration value. Currently accepts only Months.
*)value : String_.t;A String representation of the contract duration as an integer, expressed in the unit defined by Term. Valid values range from 1 to 144.
*)}