The config used to initialize this SDK.
getter method for namespace. Provides the salesforce org namespace
setter method for namespace. Set custom namespace
Create a default GetAssetByAccountInput object.
Create a default GetAssetInput object.
Create a default GetContractInput object.
Create a default GetOfferInput object.
Proxy getAssets method calls Secure DC SDK getAssets method with given input
Proxy getAssetsByAccount method calls Secure DC SDK getAssetsByAccount method with given input
Proxy getContracts method calls Secure DC SDK getContracts method with given input
Proxy getOffers method calls Secure DC SDK getOffers method with given input
Returns a API call response.
Returns the version number of SDK.
Returns SDK version number as string
Adds all the enumerable string keyed function properties of a source
object to the sdk prototype.
.extend
should only be used to add new methods and it won't override the existing methods.
Note: If the property already exists, it will be not be added.
Custom functions which are being extended should have proper namespaces to avoid issues during upgrades. When Vlocity releases new changes it won't impact if unique namespaces are used.
Example: myCompanyOrFeatureMethodName
The object of functions
Get a singleton instance of this AccountProxy.
an instance of this SDK.
Adds all the enumerable string keyed function properties of a source object to the sdk prototype.
.override
method should only be used to override the existing methods and should only be used in rare cases.
Overriding the existing or default methods may cause unintended consequences and may also impact during upgrades.
Please be cautious while using this
The object of functions
Generated using TypeDoc
Account Proxy SDK is to interact with Vlocity Account SDK functionality hosted in node server.
The Account Proxy SDK is a JavaScript library that act as Proxy between UI and Account SDK hosted in server.
The Account Proxy SDK contains all Input instance creation methods & invoke API methods. It will validate input before sending to Secure DC SDK.
SDK can be shared by different applicationsuser interfaces. SDK, like any Vlocity SDK, can be extended and overrided to customized implementations.