Values.InvoicePDFSourceInvoice document data.
type nonrec t = {invoiceId : StringWithoutNewLine.t option;Your unique invoice ID.
*)documentUrl : StringWithoutNewLine.t option;The pre-signed URL to download the invoice document.
*)documentUrlExpirationDate : Timestamp.t option;The pre-signed URL expiration date of the invoice document.
*)supplementalDocuments : SupplementalDocuments.t option;List of supplemental documents associated with the invoice.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of StringWithoutNewLine.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of StringWithoutNewLine.t
| `Timestamp of Timestamp.t ])
list ]