getSubscriptions method
Implementation
Future<Map> getSubscriptions(
String token,
String? customerId,
String? fromCreatedAt,
String? pageNumber,
String? pageSize,
String? recurringPeriod,
String? recurringPeriodUnit,
String? status,
String? toCreatedAt) {
throw UnimplementedError("Get Subscriptions has not been implemented");
}