Module Values.ClosedLostReasonSource

Sourcetype nonrec t =
  1. | Customer_Deficiency
  2. | Delay___Cancellation_of_Project
  3. | Legal___Tax___Regulatory
  4. | Lost_to_Competitor___Google
  5. | Lost_to_Competitor___Microsoft
  6. | Lost_to_Competitor___SoftLayer
  7. | Lost_to_Competitor___VMWare
  8. | Lost_to_Competitor___Other
  9. | No_Opportunity
  10. | On_Premises_Deployment
  11. | Partner_Gap
  12. | Price
  13. | Security___Compliance
  14. | Technical_Limitations
  15. | Customer_Experience
  16. | Other
  17. | People_Relationship_Governance
  18. | Product_Technology
  19. | Financial_Commercial
  20. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t