Method | Description | |
---|---|---|
Balance ( System.Guid importNotificationId ) : Task |
||
ImportNotificationTransactionCalculator ( IImportNotificationTransactionRepository transactionRepository, IImportNotificationChargeCalculator chargeCalculator ) : System | ||
PaymentIsNowFullyReceived ( System.Guid importNotificationId, decimal credit ) : Task |
||
TotalPaid ( System.Guid importNotificationId ) : Task |
Method | Description | |
---|---|---|
TotalCredits ( IEnumerable |
||
TotalDebits ( IEnumerable |
public Balance ( System.Guid importNotificationId ) : Task |
||
importNotificationId | System.Guid | |
return | Task |
public ImportNotificationTransactionCalculator ( IImportNotificationTransactionRepository transactionRepository, IImportNotificationChargeCalculator chargeCalculator ) : System | ||
transactionRepository | IImportNotificationTransactionRepository | |
chargeCalculator | IImportNotificationChargeCalculator | |
return | System |
public PaymentIsNowFullyReceived ( System.Guid importNotificationId, decimal credit ) : Task |
||
importNotificationId | System.Guid | |
credit | decimal | |
return | Task |
public TotalPaid ( System.Guid importNotificationId ) : Task |
||
importNotificationId | System.Guid | |
return | Task |