Returns true if the specified invoice is payable
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public JsonResult IsInvoicePayable( int invoiceId )
Parameters
- invoiceId
- Type: SystemInt32
the ID of the speicified invoice
Return Value
Type: JsonResultSee Also