Type alias ExternalIdGenerationReceiptId
External
Id
Generation
Receipt
Id
: { 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.