getTransactions method
Set the reload configuration for a customer.
Implementation
Future<TransactionResult> getTransactions({
required String customerId,
String? cursor,
}) {
throw UnimplementedError('getTransactions() has not been implemented.');
}