Class: Aws::Invoicing::Types::InvoiceUnit
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::InvoiceUnit
- Defined in:
- gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The assigned description for an invoice unit.
-
#invoice_receiver ⇒ String
The account that receives invoices related to the invoice unit.
-
#invoice_unit_arn ⇒ String
ARN to identify an invoice unit.
-
#last_modified ⇒ Time
The last time the invoice unit was updated.
-
#name ⇒ String
A unique name that is distinctive within your Amazon Web Services.
-
#rule ⇒ Types::InvoiceUnitRule
An
InvoiceUnitRule
object used the categorize invoice units. -
#tax_inheritance_disabled ⇒ Boolean
Whether the invoice unit based tax inheritance is/ should be enabled or disabled.
Instance Attribute Details
#description ⇒ String
The assigned description for an invoice unit. This information can't be modified or deleted.
349 350 351 352 353 354 355 356 357 358 359 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 349 class InvoiceUnit < Struct.new( :invoice_unit_arn, :invoice_receiver, :name, :description, :tax_inheritance_disabled, :rule, :last_modified) SENSITIVE = [] include Aws::Structure end |
#invoice_receiver ⇒ String
The account that receives invoices related to the invoice unit.
349 350 351 352 353 354 355 356 357 358 359 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 349 class InvoiceUnit < Struct.new( :invoice_unit_arn, :invoice_receiver, :name, :description, :tax_inheritance_disabled, :rule, :last_modified) SENSITIVE = [] include Aws::Structure end |
#invoice_unit_arn ⇒ String
ARN to identify an invoice unit. This information can't be modified or deleted.
349 350 351 352 353 354 355 356 357 358 359 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 349 class InvoiceUnit < Struct.new( :invoice_unit_arn, :invoice_receiver, :name, :description, :tax_inheritance_disabled, :rule, :last_modified) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
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.
349 350 351 352 353 354 355 356 357 358 359 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 349 class InvoiceUnit < Struct.new( :invoice_unit_arn, :invoice_receiver, :name, :description, :tax_inheritance_disabled, :rule, :last_modified) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A unique name that is distinctive within your Amazon Web Services.
349 350 351 352 353 354 355 356 357 358 359 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 349 class InvoiceUnit < Struct.new( :invoice_unit_arn, :invoice_receiver, :name, :description, :tax_inheritance_disabled, :rule, :last_modified) SENSITIVE = [] include Aws::Structure end |
#rule ⇒ Types::InvoiceUnitRule
An InvoiceUnitRule
object used the categorize invoice units.
349 350 351 352 353 354 355 356 357 358 359 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 349 class InvoiceUnit < Struct.new( :invoice_unit_arn, :invoice_receiver, :name, :description, :tax_inheritance_disabled, :rule, :last_modified) SENSITIVE = [] include Aws::Structure end |
#tax_inheritance_disabled ⇒ Boolean
Whether the invoice unit based tax inheritance is/ should be enabled or disabled.
349 350 351 352 353 354 355 356 357 358 359 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 349 class InvoiceUnit < Struct.new( :invoice_unit_arn, :invoice_receiver, :name, :description, :tax_inheritance_disabled, :rule, :last_modified) SENSITIVE = [] include Aws::Structure end |