Get Invoice Unit Result
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)
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 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
The tag structure that contains a tag key and value.
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.