withdraw abstract method

Future<bool> withdraw(
  1. CreateWithdraw withdraw
)

Withdraw funds from merchant wallet to external wallet.

Throw UnauthorizedException when the secret key is invalid. Throw NotFoundException when the asset was not found. Throw InsufficienttFondsException when not have suficient founds. It throws exception TelePayException with any other error.

Implementation

Future<bool> withdraw(CreateWithdraw withdraw);