Class: Aws::Invoicing::Types::TestEnvPreference
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::TestEnvPreference
- 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
-
#buyer_domain ⇒ String
The domain identifier for the buyer in the test environment of the procurement portal.
-
#buyer_identifier ⇒ String
The unique identifier for the buyer in the test environment of the procurement portal.
-
#procurement_portal_instance_endpoint ⇒ String
The endpoint URL where e-invoices are delivered in the test environment.
-
#procurement_portal_shared_secret ⇒ String
The shared secret or authentication credential used for secure communication with the test environment.
-
#purchase_order_retrieval_endpoint ⇒ String
The endpoint URL used for retrieving purchase orders in the test environment.
-
#supplier_domain ⇒ String
The domain identifier for the supplier in the test environment of the procurement portal.
-
#supplier_identifier ⇒ String
The unique identifier for the supplier in the test environment of the procurement portal.
Instance Attribute Details
#buyer_domain ⇒ String
The domain identifier for the buyer in the test environment of the procurement portal.
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_identifier ⇒ String
The unique identifier for the buyer in the test environment of the procurement portal.
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_endpoint ⇒ String
The endpoint URL where e-invoices are delivered in the test environment.
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_secret ⇒ String
The shared secret or authentication credential used for secure communication with the test environment.
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_endpoint ⇒ String
The endpoint URL used for retrieving purchase orders in the test environment.
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_domain ⇒ String
The domain identifier for the supplier in the test environment of the procurement portal.
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_identifier ⇒ String
The unique identifier for the supplier in the test environment of the procurement portal.
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 |