createStatementLetter method
Implementation
Future<Map> createStatementLetter(String token, String globalAccountId,
Map<String, dynamic> statementInfo) {
throw UnimplementedError(
"Create Statement Letter for a Global Account has not been implemented");
}