Class: Aws::Invoicing::Types::UpdateInvoiceUnitRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique, case-sensitive identifier that you provide to ensure idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


2069
2070
2071
2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 2069

class UpdateInvoiceUnitRequest < Struct.new(
  :invoice_unit_arn,
  :description,
  :tax_inheritance_disabled,
  :rule,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

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

Returns:

  • (String)


2069
2070
2071
2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 2069

class UpdateInvoiceUnitRequest < Struct.new(
  :invoice_unit_arn,
  :description,
  :tax_inheritance_disabled,
  :rule,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#invoice_unit_arnString

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

Returns:

  • (String)


2069
2070
2071
2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 2069

class UpdateInvoiceUnitRequest < Struct.new(
  :invoice_unit_arn,
  :description,
  :tax_inheritance_disabled,
  :rule,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#ruleTypes::InvoiceUnitRule

The InvoiceUnitRule object used to update invoice units.



2069
2070
2071
2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 2069

class UpdateInvoiceUnitRequest < Struct.new(
  :invoice_unit_arn,
  :description,
  :tax_inheritance_disabled,
  :rule,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#tax_inheritance_disabledBoolean

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

Returns:

  • (Boolean)


2069
2070
2071
2072
2073
2074
2075
2076
2077
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 2069

class UpdateInvoiceUnitRequest < Struct.new(
  :invoice_unit_arn,
  :description,
  :tax_inheritance_disabled,
  :rule,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end