getAuthorizationsStatus method

Future<Map> getAuthorizationsStatus(
  1. String token,
  2. String? billingCurrencyCode,
  3. String? cardId,
  4. String? fromCreatedAt,
  5. String? pageNumber,
  6. String? pageSize,
  7. String? retrievalRef,
  8. String? status,
  9. String? toCreatedAt,
)

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");
}