Printer for the MOZ POS android device.
npm install printer
npx cap sync
print(options: { transaction: any; base64: string; }) => Promise<{ success: boolean; message: string; }>
Param | Type |
---|---|
options |
{ transaction: any; base64: string; } |
Returns: Promise<{ success: boolean; message: string; }>