createStatementLetter method

Future<Map> createStatementLetter(
  1. String token,
  2. String globalAccountId,
  3. Map<String, dynamic> statementInfo
)

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