Module Values.ProcurementPortalPreferenceSummarySource

Provides a summary of a procurement portal preference, including key identifiers and status information.

Sourcetype nonrec t = {
  1. awsAccountId : AccountIdString.t option;
    (*

    The Amazon Web Services account ID associated with this procurement portal preference summary.

    *)
  2. procurementPortalPreferenceArn : ProcurementPortalPreferenceArnString.t option;
    (*

    The Amazon Resource Name (ARN) of the procurement portal preference.

    *)
  3. procurementPortalName : ProcurementPortalName.t option;
    (*

    The name of the procurement portal.

    *)
  4. buyerDomain : BuyerDomain.t option;
    (*

    The domain identifier for the buyer in the procurement portal.

    *)
  5. buyerIdentifier : BasicStringWithoutSpace.t option;
    (*

    The unique identifier for the buyer in the procurement portal.

    *)
  6. supplierDomain : SupplierDomain.t option;
    (*

    The domain identifier for the supplier in the procurement portal.

    *)
  7. supplierIdentifier : BasicStringWithoutSpace.t option;
    (*

    The unique identifier for the supplier in the procurement portal.

    *)
  8. selector : ProcurementPortalPreferenceSelector.t option;
  9. einvoiceDeliveryEnabled : Boolean.t option;
    (*

    Indicates whether e-invoice delivery is enabled for this procurement portal preference.

    *)
  10. purchaseOrderRetrievalEnabled : Boolean.t option;
    (*

    Indicates whether purchase order retrieval is enabled for this procurement portal preference.

    *)
  11. einvoiceDeliveryPreferenceStatus : ProcurementPortalPreferenceStatus.t option;
    (*

    The current status of the e-invoice delivery preference in this summary.

    *)
  12. einvoiceDeliveryPreferenceStatusReason : BasicString.t option;
    (*

    The reason for the current e-invoice delivery preference status in this summary.

    *)
  13. purchaseOrderRetrievalPreferenceStatus : ProcurementPortalPreferenceStatus.t option;
    (*

    The current status of the purchase order retrieval preference in this summary.

    *)
  14. purchaseOrderRetrievalPreferenceStatusReason : BasicString.t option;
    (*

    The reason for the current purchase order retrieval preference status in this summary.

    *)
  15. version : Long.t option;
    (*

    The version number of the procurement portal preference configuration in this summary.

    *)
  16. createDate : Timestamp.t option;
    (*

    The date and time when the procurement portal preference was created.

    *)
  17. lastUpdateDate : Timestamp.t option;
    (*

    The date and time when the procurement portal preference was last updated.

    *)
}
Sourceval make : ?awsAccountId:??? -> ?procurementPortalPreferenceArn:??? -> ?procurementPortalName:??? -> ?buyerDomain:??? -> ?buyerIdentifier:??? -> ?supplierDomain:??? -> ?supplierIdentifier:??? -> ?selector:??? -> ?einvoiceDeliveryEnabled:??? -> ?purchaseOrderRetrievalEnabled:??? -> ?einvoiceDeliveryPreferenceStatus:??? -> ?einvoiceDeliveryPreferenceStatusReason:??? -> ?purchaseOrderRetrievalPreferenceStatus:??? -> ?purchaseOrderRetrievalPreferenceStatusReason:??? -> ?version:??? -> ?createDate:??? -> ?lastUpdateDate:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Long of Long.t | `String of AccountIdString.t | `Structure of (string * [> `List of [> `String of InvoiceUnitArnString.t ] list ]) list | `Timestamp of Timestamp.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t