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