Displays form to edit applicable invoice details
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult InvoiceDetail( int id, bool? approved, string message, int? creditCardId, int? page, string returnUrl )
Parameters
- id
- Type: SystemInt32
ID of the requested invoice - approved
- Type: SystemNullableBoolean
indicates result of payment attempt - message
- Type: SystemString
payment result message key - creditCardId
- Type: SystemNullableInt32
ID of the credit card used for payment, if applicable - page
- Type: SystemNullableInt32
index of the page of lineitems to be displayed (default 0) - returnUrl
- Type: SystemString
the optional url to redirect to upon success
Return Value
Type: ActionResultView(Invoice)
See Also