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.
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1915 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.
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1915 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.
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1915 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.
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1915 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.
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1915 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.
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1915 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.
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 |
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 1915 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 |