Class: Aws::Invoicing::Types::InvoicePDF
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::InvoicePDF
- Defined in:
- gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb
Overview
Invoice document data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_url ⇒ String
The pre-signed URL to download the invoice document.
-
#document_url_expiration_date ⇒ Time
The pre-signed URL expiration date of the invoice document.
-
#invoice_id ⇒ String
Your unique invoice ID.
-
#supplemental_documents ⇒ Array<Types::SupplementalDocument>
List of supplemental documents associated with the invoice.
Instance Attribute Details
#document_url ⇒ String
The pre-signed URL to download the invoice document.
547 548 549 550 551 552 553 554 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 547 class InvoicePDF < Struct.new( :invoice_id, :document_url, :document_url_expiration_date, :supplemental_documents) SENSITIVE = [] include Aws::Structure end |
#document_url_expiration_date ⇒ Time
The pre-signed URL expiration date of the invoice document.
547 548 549 550 551 552 553 554 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 547 class InvoicePDF < Struct.new( :invoice_id, :document_url, :document_url_expiration_date, :supplemental_documents) SENSITIVE = [] include Aws::Structure end |
#invoice_id ⇒ String
Your unique invoice ID.
547 548 549 550 551 552 553 554 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 547 class InvoicePDF < Struct.new( :invoice_id, :document_url, :document_url_expiration_date, :supplemental_documents) SENSITIVE = [] include Aws::Structure end |
#supplemental_documents ⇒ Array<Types::SupplementalDocument>
List of supplemental documents associated with the invoice.
547 548 549 550 551 552 553 554 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 547 class InvoicePDF < Struct.new( :invoice_id, :document_url, :document_url_expiration_date, :supplemental_documents) SENSITIVE = [] include Aws::Structure end |