getTransactionFunction property

GetTransactionFunction getTransactionFunction
final

Function to retrieve transaction details by ID.

This function is required and must be provided to fetch detailed information about completed transactions.

Usage

Used to retrieve transaction status, receipt information, and other details after payment completion.

Implementation

final GetTransactionFunction getTransactionFunction;