Module Types.PurchaseSet

type t = Purchase.t list
val make : 'a -> unit -> 'a
val parse : Ezxmlm.nodes -> Purchase.t list option
val to_query : Purchase.t list -> Aws.Query.t
val to_json : Purchase.t list -> [> `List of [> `Assoc of (string * Aws.Json.t) list ] list ]
val of_json : Aws.Json.t -> Purchase.t list