Values.TestEnvPreferenceInputSourceInput parameters for configuring test environment preferences for a procurement portal.
type nonrec t = {buyerDomain : BuyerDomain.t;The domain identifier to use for the buyer in the test environment.
*)buyerIdentifier : BasicStringWithoutSpace.t;The unique identifier to use for the buyer in the test environment.
*)supplierDomain : SupplierDomain.t;The domain identifier to use for the supplier in the test environment.
*)supplierIdentifier : BasicStringWithoutSpace.t;The unique identifier to use for the supplier in the test environment.
*)procurementPortalInstanceEndpoint : BasicStringWithoutSpace.t option;The endpoint URL where e-invoices will be delivered in the test environment.
*)}val make :
?procurementPortalSharedSecret:??? ->
?procurementPortalInstanceEndpoint:??? ->
buyerDomain:BuyerDomain.t ->
buyerIdentifier:BasicStringWithoutSpace.t ->
supplierDomain:SupplierDomain.t ->
supplierIdentifier:BasicStringWithoutSpace.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of BasicStringWithoutSpace.t ])
list ]