ExternalIdGeneration: EndpointConfiguration | {
    configuration: {
        receiptComponents: ReceiptComponent[];
    };
    type: "RECEIPT_ID";
}

Type declaration

  • configuration: {
        receiptComponents: ReceiptComponent[];
    }

    The configuration of the external id generation.

    • receiptComponents: ReceiptComponent[]

      An array of receipt components used to build an external Id

  • type: "RECEIPT_ID"

    The type of the external id generation.