Module Values.UpdateInvoiceUnitRequestSource

You can update the invoice unit configuration at any time, and Amazon Web Services will use the latest configuration at the end of the month.

Sourcetype nonrec t = {
  1. invoiceUnitArn : InvoiceUnitArnString.t;
    (*

    The ARN to identify an invoice unit. This information can't be modified or deleted.

    *)
  2. description : DescriptionString.t option;
    (*

    The assigned description for an invoice unit. This information can't be modified or deleted.

    *)
  3. taxInheritanceDisabled : TaxInheritanceDisabledFlag.t option;
    (*

    Whether the invoice unit based tax inheritance is/ should be enabled or disabled.

    *)
  4. rule : InvoiceUnitRule.t option;
    (*

    The InvoiceUnitRule object used to update invoice units.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?taxInheritanceDisabled:??? -> ?rule:??? -> invoiceUnitArn:InvoiceUnitArnString.t -> unit -> t
Sourceval 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 ]
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