Module Values.TaxRegistrationDocFileSource

The tax registration document.

Sourcetype nonrec t = {
  1. fileContent : FileBlob.t;
    (*

    The tax registration document content.

    *)
  2. fileName : TaxDocumentName.t;
    (*

    The tax registration document name.

    *)
}
Sourceval context_ : string
Sourceval make : fileContent:FileBlob.t -> fileName:TaxDocumentName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Blob of FileBlob.t | `String of TaxDocumentName.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