InvoiceUnit

An invoice unit is a set of mutually exclusive accounts that correspond to your business entity. Invoice units allow you separate Amazon Web Services account costs and configures your invoice for each business entity going forward.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The account that receives invoices related to the invoice unit.

Link copied to clipboard

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

Link copied to clipboard

The last time the invoice unit was updated. This is important to determine the version of invoice unit configuration used to create the invoices. Any invoice created after this modified time will use this invoice unit configuration.

Link copied to clipboard
val name: String?

A unique name that is distinctive within your Amazon Web Services.

Link copied to clipboard

An InvoiceUnitRule object used the categorize invoice units.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: InvoiceUnit.Builder.() -> Unit = {}): InvoiceUnit
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String