toFinishMap method
The payload that is used to finish this transaction.
Implementation
Map<String, String?> toFinishMap() => <String, String?>{
"transactionIdentifier": this.transactionIdentifier,
"productIdentifier": this.payment.productIdentifier,
};