Values.NoBidActionSourceDescribes a no bid action.
type nonrec t = {noBidReasonCode : NoBidActionNoBidReasonCodeInteger.t option;The reason code for the no bid action.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of NoBidActionNoBidReasonCodeInteger.t ]) list ]