getInvoices abstract method

Future<List<Invoice>> getInvoices()

Get your merchant invoices.

Throw UnauthorizedException when the secret key is invalid, otherwise it throws exception TelePayException with any other error.

Implementation

Future<List<Invoice>> getInvoices();