cancelPaymentWithAuthorizationCode method
Cancel Payment with Authorization Code
Implementation
Future<Transaction?> cancelPaymentWithAuthorizationCode({
required String authorizationCode,
bool? printReceipt,
}) {
throw UnimplementedError('cancelPaymentWithAuthorizationCode() has not been implemented.');
}