-
- All Implemented Interfaces:
public interface PaymentModuleAn interface for getting a query fee details response
-
-
Method Summary
Modifier and Type Method Description abstract QueryFeeDetailsgetQueryFeeDetails(Payload payload)Gets query fee details for a payload -
-
Method Detail
-
getQueryFeeDetails
abstract QueryFeeDetails getQueryFeeDetails(Payload payload)
Gets query fee details for a payload
- Parameters:
payload- a payload for which query fee details should be fetched
-
-
-
-