TestEnvPreference

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: TestEnvPreference.Builder.() -> Unit = {}): TestEnvPreference
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String