Module Values.ExemptionCertificateSource

The exemption certificate.

Sourcetype nonrec t = {
  1. documentFile : ExemptionFileBlob.t;
    (*

    The exemption certificate file content.

    *)
  2. documentName : ExemptionDocumentName.t;
    (*

    The exemption certificate file name.

    *)
}
Sourceval context_ : string
Sourceval make : documentFile:ExemptionFileBlob.t -> documentName:ExemptionDocumentName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Blob of ExemptionFileBlob.t | `String of ExemptionDocumentName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t