Module Values.SalesActivitySource

Sourcetype nonrec t =
  1. | Initialized_discussions_with_customer
  2. | Customer_has_shown_interest_in_solution
  3. | Conducted_POC___Demo
  4. | In_evaluation___planning_stage
  5. | Agreed_on_solution_to_Business_Problem
  6. | Completed_Action_Plan
  7. | Finalized_Deployment_Need
  8. | SOW_Signed
  9. | 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