createConfirmationLetter method

Future<Map> createConfirmationLetter(
  1. String token,
  2. String format,
  3. String transactionId
)

Implementation

Future<Map> createConfirmationLetter(
    String token, String format, String transactionId) {
  throw UnimplementedError(
      "Create Confirmation Letter has not been implemented");
}