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)


2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 2134

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)


2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 2134

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)


2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 2134

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)


2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 2134

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)


2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 2134

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)


2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 2134

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)


2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 2134

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