Class: Aws::Invoicing::Types::InvoiceConfiguration

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

Overview

Specifies the supported document types and attachment types for invoice delivery to a procurement portal.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_typesArray<String>

The attachment types supported by the procurement portal for e-invoice delivery.

Returns:

  • (Array<String>)


816
817
818
819
820
821
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 816

class InvoiceConfiguration < Struct.new(
  :document_types,
  :attachment_types)
  SENSITIVE = []
  include Aws::Structure
end

#document_typesArray<String>

The e-invoice document types supported by the procurement portal.

Returns:

  • (Array<String>)


816
817
818
819
820
821
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 816

class InvoiceConfiguration < Struct.new(
  :document_types,
  :attachment_types)
  SENSITIVE = []
  include Aws::Structure
end