Values.InvoiceCurrencyAmountSourceThe amount charged after taxes, in the preferred currency.
type nonrec t = {totalAmount : BasicString.t option;The invoice currency amount.
*)totalAmountBeforeTax : BasicString.t option;Details about the invoice total amount before tax.
*)currencyCode : CurrencyCode.t option;The currency dominion of the invoice document.
*)amountBreakdown : AmountBreakdown.t option;Details about the invoice currency amount.
*)currencyExchangeDetails : CurrencyExchangeDetails.t option;The details of currency exchange.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of BasicString.t
| `Structure of
(string
* [> `String of BasicString.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of BasicString.t ]) list ]
list
| `String of BasicString.t ])
list ])
list ])
list ]