Values.CreateInvoiceUnitRequestSourceThis creates a new invoice unit with the provided definition.
type nonrec t = {name : InvoiceUnitName.t;The unique name of the invoice unit that is shown on the generated invoice. This can't be changed once it is set. To change this name, you must delete the invoice unit recreate.
*)invoiceReceiver : AccountIdString.t;The Amazon Web Services account ID chosen to be the receiver of an invoice unit. All invoices generated for that invoice unit will be sent to this account ID.
*)description : DescriptionString.t option;The invoice unit's description. This can be changed at a later time.
*)taxInheritanceDisabled : TaxInheritanceDisabledFlag.t option;Whether the invoice unit based tax inheritance is/ should be enabled or disabled.
*)rule : InvoiceUnitRule.t;The InvoiceUnitRule object used to create invoice units.
*)resourceTags : ResourceTagList.t option;The tag structure that contains a tag key and value.
*)}val make :
?description:??? ->
?taxInheritanceDisabled:??? ->
?resourceTags:??? ->
name:InvoiceUnitName.t ->
invoiceReceiver:AccountIdString.t ->
rule:InvoiceUnitRule.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of TaxInheritanceDisabledFlag.t
| `List of
[> `Structure of (string * [> `String of ResourceTagKey.t ]) list ]
list
| `String of InvoiceUnitName.t
| `Structure of
(string * [> `List of [> `String of AccountIdString.t ] list ])
list ])
list ]