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 ChargeCreditCardsForAllUnpaidSalesBySeller( string actingUserName, string seller, string paymentProviderName, out int successCount, out int failedCount )
Parameters
- actingUserName
- Type: SystemString
- seller
- Type: SystemString
- paymentProviderName
- Type: SystemString
- successCount
- Type: SystemInt32
- failedCount
- Type: SystemInt32
Implements
IAccountingServiceChargeCreditCardsForAllUnpaidSalesBySeller(String, String, String, Int32, Int32)See Also