@oneblink/sdk-core
    Preparing search index...

    Type Alias ExternalIdGenerationReceiptId

    type ExternalIdGenerationReceiptId = {
        configuration: {
            receiptComponents: ReceiptComponent[];
            startingSequentialNumber?: number;
        };
        type: "RECEIPT_ID";
    }
    Index

    Properties

    Properties

    configuration: {
        receiptComponents: ReceiptComponent[];
        startingSequentialNumber?: number;
    }

    The configuration of the external id generation.

    Type declaration

    • receiptComponents: ReceiptComponent[]

      An array of receipt components used to build an external Id

    • OptionalstartingSequentialNumber?: number

      The first number when including an auto incrementing component in the externalId

    type: "RECEIPT_ID"

    The type of the external id generation.