Type Alias ExternalIdGenerationReceiptId

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

Type declaration

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

    The configuration of the external id generation.

    • 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.