Class: Aws::Invoicing::Types::TestEnvPreference

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

Overview

Contains configuration settings for testing the procurement portal integration in a non-production environment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#buyer_domainString

The domain identifier for the buyer in the test environment of the procurement portal.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1804

class TestEnvPreference < Struct.new(
  :buyer_domain,
  :buyer_identifier,
  :supplier_domain,
  :supplier_identifier,
  :procurement_portal_shared_secret,
  :procurement_portal_instance_endpoint,
  :purchase_order_retrieval_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#buyer_identifierString

The unique identifier for the buyer in the test environment of the procurement portal.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1804

class TestEnvPreference < Struct.new(
  :buyer_domain,
  :buyer_identifier,
  :supplier_domain,
  :supplier_identifier,
  :procurement_portal_shared_secret,
  :procurement_portal_instance_endpoint,
  :purchase_order_retrieval_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#procurement_portal_instance_endpointString

The endpoint URL where e-invoices are delivered in the test environment.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1804

class TestEnvPreference < Struct.new(
  :buyer_domain,
  :buyer_identifier,
  :supplier_domain,
  :supplier_identifier,
  :procurement_portal_shared_secret,
  :procurement_portal_instance_endpoint,
  :purchase_order_retrieval_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#procurement_portal_shared_secretString

The shared secret or authentication credential used for secure communication with the test environment.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1804

class TestEnvPreference < Struct.new(
  :buyer_domain,
  :buyer_identifier,
  :supplier_domain,
  :supplier_identifier,
  :procurement_portal_shared_secret,
  :procurement_portal_instance_endpoint,
  :purchase_order_retrieval_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#purchase_order_retrieval_endpointString

The endpoint URL used for retrieving purchase orders in the test environment.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1804

class TestEnvPreference < Struct.new(
  :buyer_domain,
  :buyer_identifier,
  :supplier_domain,
  :supplier_identifier,
  :procurement_portal_shared_secret,
  :procurement_portal_instance_endpoint,
  :purchase_order_retrieval_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#supplier_domainString

The domain identifier for the supplier in the test environment of the procurement portal.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1804

class TestEnvPreference < Struct.new(
  :buyer_domain,
  :buyer_identifier,
  :supplier_domain,
  :supplier_identifier,
  :procurement_portal_shared_secret,
  :procurement_portal_instance_endpoint,
  :purchase_order_retrieval_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#supplier_identifierString

The unique identifier for the supplier in the test environment of the procurement portal.

Returns:

  • (String)


1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1804

class TestEnvPreference < Struct.new(
  :buyer_domain,
  :buyer_identifier,
  :supplier_domain,
  :supplier_identifier,
  :procurement_portal_shared_secret,
  :procurement_portal_instance_endpoint,
  :purchase_order_retrieval_endpoint)
  SENSITIVE = []
  include Aws::Structure
end