Creates an invoice for each successful line item, adding similar line items where possible.
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult CreateAllInvoices( int? eventId, string returnUrl )
Parameters
- eventId
- Type: SystemNullableInt32
optional event ID to limit results to - returnUrl
- Type: SystemString
optional return URL
Return Value
Type: ActionResultRedirect to /Account/Listings/Successful if no return url is provided
See Also