getMe abstract method

Future<Merchant> getMe()

Info about the current Merchant.

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

Implementation

Future<Merchant> getMe();