Module Values.EntitySource

The organization name providing Amazon Web Services services.

Sourcetype nonrec t = {
  1. invoicingEntity : BasicString.t option;
    (*

    The name of the entity that issues the Amazon Web Services invoice.

    *)
  2. 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.

    *)
}
Sourceval make : ?invoicingEntity:??? -> ?billingEntity:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of BasicString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t