Values.UpdateInvoiceUnitRequestSourceYou can update the invoice unit configuration at any time, and Amazon Web Services will use the latest configuration at the end of the month.
type nonrec t = {invoiceUnitArn : InvoiceUnitArnString.t;The ARN to identify an invoice unit. This information can't be modified or deleted.
*)description : DescriptionString.t option;The assigned description for an invoice unit. This information can't be modified or deleted.
*)taxInheritanceDisabled : TaxInheritanceDisabledFlag.t option;Whether the invoice unit based tax inheritance is/ should be enabled or disabled.
*)rule : InvoiceUnitRule.t option;The InvoiceUnitRule object used to update invoice units.
*)}val make :
?description:??? ->
?taxInheritanceDisabled:??? ->
?rule:??? ->
invoiceUnitArn:InvoiceUnitArnString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of TaxInheritanceDisabledFlag.t
| `String of InvoiceUnitArnString.t
| `Structure of
(string * [> `List of [> `String of AccountIdString.t ] list ])
list ])
list ]