Values.EntitySourceThe organization name providing Amazon Web Services services.
type nonrec t = {invoicingEntity : BasicString.t option;The name of the entity that issues the Amazon Web Services invoice.
*)billingEntity : BillingEntity.t option;Helps you identify whether your invoices are for Amazon Web Services Marketplace or for purchases of other Amazon Web Services services.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of BasicString.t ]) list ]