Values.SupplementalDocumentSourceSupplemental document associated with the invoice.
type nonrec t = {documentType : SupplementalDocumentType.t option;The type of supplemental document.
*)documentId : StringWithoutNewLine.t option;The ID of the supplemental document.
*)documentUrl : StringWithoutNewLine.t option;The pre-signed URL to download invoice supplemental document.
*)documentUrlExpirationDate : Timestamp.t option;The pre-signed URL expiration date of invoice supplemental document.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of StringWithoutNewLine.t
| `Timestamp of Timestamp.t ])
list ]