Values.MonetaryValueSourceSpecifies payments details.
type nonrec t = {amount : MonetaryValueAmountString.t;Specifies the payment amount.
*)currencyCode : CurrencyCode.t;Specifies the payment currency. Accepted values are USD (US Dollars) and EUR (Euros). If the AWS Partition is aws-eusc (AWS European Sovereign Cloud), the currency code must be EUR.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of MonetaryValueAmountString.t ])
list ]