Class: Aws::Invoicing::Types::PurchaseOrderDataSource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#einvoice_delivery_document_typeString

The type of e-invoice document that requires purchase order data.

Returns:

  • (String)


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_typeString

The type of source for purchase order data.

Returns:

  • (String)


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