Displays form to select a billing address for the specified invoice
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult SetShippingAddress( int invoiceID )
Parameters
- invoiceID
- Type: SystemInt32
ID of the invoice to be updated
Return Value
Type: ActionResultView(List<Address>)
See Also