Values.LineItemRequestSourceInformation about a line item request.
type nonrec t = {catalogItemId : SkuCode.t option;The ID of the catalog item.
*)quantity : LineItemQuantity.t option;The quantity of a line item request.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of LineItemQuantity.t | `String of SkuCode.t ])
list ]