Values.InvoiceUnitRuleSourceThis is used to categorize the invoice unit. Values are Amazon Web Services account IDs. Currently, the only supported rule is LINKED_ACCOUNT.
type nonrec t = {linkedAccounts : RuleAccountIdList.t option;The list of LINKED_ACCOUNT IDs where charges are included within the invoice unit.
*)billSourceAccounts : RuleAccountIdList.t option;A list of Amazon Web Services account IDs that have delegated their billing responsibility to the receiver account through transfer billing. Unlike linked accounts, these bill source accounts can be payer accounts from other organizations that have authorized billing transfer to this account.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of AccountIdString.t ] list ]) list ]