toFinishMap method

Map<String, String?> toFinishMap()

The payload that is used to finish this transaction.

Implementation

Map<String, String?> toFinishMap() => <String, String?>{
      'transactionIdentifier': transactionIdentifier,
      'productIdentifier': payment.productIdentifier,
    };