getAuthorizationsStatus method
Implementation
Future<Map> getAuthorizationsStatus(
String token,
String? billingCurrencyCode,
String? cardId,
String? fromCreatedAt,
String? pageNumber,
String? pageSize,
String? retrievalRef,
String? status,
String? toCreatedAt) {
throw UnimplementedError("Get Authorizations has not been implemented");
}