Skip to main content

TransactionTemplateDetails

type TransactionTemplateDetails = {
name: string;
request: TransactionRequest[];
};

Transaction Template object

Note: Remember, the transactionTemplate object is only accessible to the administrator-facing view of a Partner application, registered as the $.adminInterfaceUrl property in the product configuration. This object encapsulates functionality that is only relevant for products that support 1-click/automated ordering workflows (as specified by the $.tags.workflows tag in the product configuration), and is only applicable when an administrator is trying to create a 1-click/automated service ordering setup in the Loan Officer Connect services management section. This object is therefore not accessible to an integration's service ordering views (registered as the $.interfaceUrl property in the product configuration), wherein the transaction and application objects are available for use as applicable.

Properties

name

name: string;

The listed name for the transaction template - as auto-generated, or as provided by the lender administrator when the template was created


request

request: TransactionRequest[];