Class: Aws::Invoicing::Types::InvoiceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::InvoiceConfiguration
- 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
-
#attachment_types ⇒ Array<String>
The attachment types supported by the procurement portal for e-invoice delivery.
-
#document_types ⇒ Array<String>
The e-invoice document types supported by the procurement portal.
Instance Attribute Details
#attachment_types ⇒ Array<String>
The attachment types supported by the procurement portal for e-invoice delivery.
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_types ⇒ Array<String>
The e-invoice document types supported by the procurement portal.
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 |