Type alias ExternalIdGenerationReceiptId
ExternalIdGenerationReceiptId: { configuration: { receiptComponents: ReceiptComponent[]; startingSequentialNumber?: number; }; type: "RECEIPT_ID"; } Type declaration
configuration: {
receiptComponents: ReceiptComponent[];
startingSequentialNumber?: number;
}
Optional
startingSequentialNumber?: number
type: "RECEIPT_ID"
The configuration of the external id generation.