Processes request to set the specified address as the billing address
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult SetShippingAddress( int invoiceID, int selectedAddressID )
Parameters
- invoiceID
- Type: SystemInt32
ID of the invoice to be updated - selectedAddressID
- Type: SystemInt32
ID of the address to be used
Return Value
Type: ActionResultRedirect to invoice detail view
See Also