Interface IPaySystemWithFee
Assembly: NFX.Web.dll
Syntax
public interface IPaySystemWithFee
Methods
GetTransactionFlatFee(String, TransactionType)
Get Transaction Flat Fee by CurrencyISO and TransactionType
Declaration
Amount GetTransactionFlatFee(string currencyISO, TransactionType type)
Parameters
Returns
GetTransactionPctFee(String, TransactionType)
Get Transaction Pct Fee by CurrencyISO and TransactionType
Declaration
decimal GetTransactionPctFee(string currencyISO, TransactionType type)
Parameters
Returns
Type |
Description |
System.Decimal |
|
Extension Methods