var value; // Type: any value = SetWebPrice(displayPrice, elementId);
function SetWebPrice( displayPrice : any, elementId : any ) : any;
Parameters
- displayPrice
- The display price.
- elementId
- Identifier for the element.
Return Value
.
var value; // Type: any value = SetWebPrice(displayPrice, elementId);
function SetWebPrice( displayPrice : any, elementId : any ) : any;