Values.TestEnvPreferenceSourceContains configuration settings for testing the procurement portal integration in a non-production environment.
type nonrec t = {buyerDomain : BuyerDomain.t option;The domain identifier for the buyer in the test environment of the procurement portal.
*)buyerIdentifier : BasicStringWithoutSpace.t option;The unique identifier for the buyer in the test environment of the procurement portal.
*)supplierDomain : SupplierDomain.t option;The domain identifier for the supplier in the test environment of the procurement portal.
*)supplierIdentifier : BasicStringWithoutSpace.t option;The unique identifier for the supplier in the test environment of the procurement portal.
*)procurementPortalInstanceEndpoint : BasicStringWithoutSpace.t option;The endpoint URL where e-invoices are delivered in the test environment.
*)purchaseOrderRetrievalEndpoint : BasicStringWithoutSpace.t option;The endpoint URL used for retrieving purchase orders in the test environment.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of BasicStringWithoutSpace.t ])
list ]