getTransactions method

Future<TransactionResult> getTransactions({
  1. required String customerId,
  2. String? cursor,
})

Set the reload configuration for a customer.

Implementation

Future<TransactionResult> getTransactions({
  required String customerId,
  String? cursor,
}) {
  throw UnimplementedError('getTransactions() has not been implemented.');
}