Namespace:
RainWorx.FrameWorx.BLL.ServiceImplementations
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Syntax
C#
public void ChargeCreditCardsForAllUnpaidSales( string actingUserName, string paymentProviderName, out int successCount, out int failedCount )
Parameters
- actingUserName
- Type: SystemString
- paymentProviderName
- Type: SystemString
- successCount
- Type: SystemInt32
- failedCount
- Type: SystemInt32
Implements
IAccountingServiceChargeCreditCardsForAllUnpaidSales(String, String, Int32, Int32)See Also