|
| | EpicPayService (ILoggerService logger, IRepository< EpicPayLog > epicPayRepository, IRepository< TpaAchTransmittalFee > achFeeRepository, ISessionProviderService sessionProviderService) |
| |
| TokenRegistrationResponse | RegisterToken (string accountHolderName, string accountNumber, string routingNumber, EpicPayBankTypeEnum bankType, int? dealerCode, int? tpaId, bool useSandboxOverride=false) |
| |
| decimal | GetAchFee (decimal paymentAmount, int tpaId) |
| |
| TransactionResponse | Transaction (string accountHolderName, string token, decimal amount, decimal achFee, int? dealerCode, int? tpaId, string clientTransactionId, bool useSandboxOverride=false) |
| |
| TokenRegistrationResponse | RegisterToken (string accountHolderName, string accountNumber, string routingNumber, EpicPayBankTypeEnum bankType, int? dealerCode, int? tpaId, bool useSandboxOverride=false) |
| |
| TransactionResponse | Transaction (string accountHolderName, string token, decimal amount, decimal fee, int? dealerCode, int? tpaId, string clientTransactionId, bool useSandboxOverride=false) |
| |
| decimal | GetAchFee (decimal paymentAmount, int tpaId) |
| |
◆ EpicPayService()
◆ GetAchFee()
| decimal Tronix.Business.Services.EpicPayService.GetAchFee |
( |
decimal |
paymentAmount, |
|
|
int |
tpaId |
|
) |
| |
◆ RegisterToken()
| TokenRegistrationResponse Tronix.Business.Services.EpicPayService.RegisterToken |
( |
string |
accountHolderName, |
|
|
string |
accountNumber, |
|
|
string |
routingNumber, |
|
|
EpicPayBankTypeEnum |
bankType, |
|
|
int? |
dealerCode, |
|
|
int? |
tpaId, |
|
|
bool |
useSandboxOverride = false |
|
) |
| |
◆ Transaction()
| TransactionResponse Tronix.Business.Services.EpicPayService.Transaction |
( |
string |
accountHolderName, |
|
|
string |
token, |
|
|
decimal |
amount, |
|
|
decimal |
achFee, |
|
|
int? |
dealerCode, |
|
|
int? |
tpaId, |
|
|
string |
clientTransactionId, |
|
|
bool |
useSandboxOverride = false |
|
) |
| |
The documentation for this class was generated from the following file: