getSubscriptions method

Future<Map> getSubscriptions(
  1. String token,
  2. String? customerId,
  3. String? fromCreatedAt,
  4. String? pageNumber,
  5. String? pageSize,
  6. String? recurringPeriod,
  7. String? recurringPeriodUnit,
  8. String? status,
  9. String? toCreatedAt,
)

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