@springtree/eva-core
Version:
The EVA core typings
19 lines (14 loc) • 338 B
TypeScript
declare module EVA.Payment.PayPlaza {
export interface PrintLastReceiptCallback {
StationID: number;
ReceiptLines: string[];
}
export interface PrintLastReceipt {
StationID: number;
DeviceID: number;
}
export interface PrintLastReceiptResponse {
Success: boolean;
Error: EVA.Core.ServiceError;
}
}