Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
stylenone

...

Code Block
languagekotlin
intent.putExtra("transaction_bundle_key_action", "PRINT_LAST")

intent.putExtra("transaction_bundle_key_type_print_ticket", 0)

Parameter

Description

Format

Type

Mandatory

transaction_bundle_key_type_print_ticket

Defines which ticket you want to print

0: Merchant & client ticket

1: Client ticket only

2: Merchant ticket only

Integer

Yes

...

Parameter

Description

Format

Type

Mandatory

status

Outcome of the print

0: Printing is successful

1: Printing has failed

Integer

Yes

tickets

Client & merchant tickets

see JSON description.

String

No

Note:

  • For the device without integrated printer, the status will be always 0 (successful).

  • Tickets data returned from intent call will always return client and merchant ticket in base64.