Values.BillingViewHealthStatusSourceRepresents the health status of a billing view, including a status code and optional reasons for the status.
type nonrec t = {statusCode : BillingViewStatus.t option;The current health status code of the billing view.
*)statusReasons : BillingViewStatusReasons.t option;A list of reasons explaining the current health status, if applicable.
*)}