You are here: RainWorx.FrameWorx.MVC Namespaces > RainWorx.FrameWorx.MVC.Controllers > AdminController Class > InvoiceDetail Method (Int32, Nullable(Boolean), String, Nullable(Int32), Nullable(Int32), String)

AdminControllerInvoiceDetail Method (Int32, NullableBoolean, String, NullableInt32, NullableInt32, String)

AuctionWorx 3.5 API
Displays form to edit applicable invoice details

Namespace:  RainWorx.FrameWorx.MVC.Controllers
Assembly:  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: ActionResult
View(Invoice)
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.