GetInvoiceUnitResult

data class GetInvoiceUnitResult(val description: String? = null, val invoiceUnitArn: String? = null, val lastModified: Double? = null, val resourceTags: List<Tag>? = null, val rule: InvoiceUnitRule? = null, val taxInheritanceDisabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(description: String? = null, invoiceUnitArn: String? = null, lastModified: Double? = null, resourceTags: List<Tag>? = null, rule: InvoiceUnitRule? = null, taxInheritanceDisabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

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

Link copied to clipboard
val invoiceUnitArn: String? = null

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

Link copied to clipboard
val lastModified: Double? = null

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 resourceTags: List<Tag>? = null

The tag structure that contains a tag key and value.

Link copied to clipboard
val rule: InvoiceUnitRule? = null

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.