Class: Aws::Invoicing::Types::PurchaseOrderDataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::PurchaseOrderDataSource
- Defined in:
- gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb
Overview
Specifies the source configuration for retrieving purchase order data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#einvoice_delivery_document_type ⇒ String
The type of e-invoice document that requires purchase order data.
-
#purchase_order_data_source_type ⇒ String
The type of source for purchase order data.
Instance Attribute Details
#einvoice_delivery_document_type ⇒ String
The type of e-invoice document that requires purchase order data.
1494 1495 1496 1497 1498 1499 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1494 class PurchaseOrderDataSource < Struct.new( :einvoice_delivery_document_type, :purchase_order_data_source_type) SENSITIVE = [] include Aws::Structure end |
#purchase_order_data_source_type ⇒ String
The type of source for purchase order data.
1494 1495 1496 1497 1498 1499 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1494 class PurchaseOrderDataSource < Struct.new( :einvoice_delivery_document_type, :purchase_order_data_source_type) SENSITIVE = [] include Aws::Structure end |