Envestnet · Schema

DeletePreference

FinancialWealth ManagementOpen BankingAccount Aggregation

Properties

Name Type Description
description string Delete Preference Descritption
alternateDescription string Delete Preference Alternate Descritption
labelDescription string Delete Preference LabelDescritption
View JSON Schema on GitHub

JSON Schema

envestnet-deletepreference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeletePreference",
  "title": "DeletePreference",
  "type": "object",
  "properties": {
    "description": {
      "type": "string",
      "description": "Delete Preference Descritption"
    },
    "alternateDescription": {
      "type": "string",
      "description": "Delete Preference Alternate Descritption"
    },
    "labelDescription": {
      "type": "string",
      "description": "Delete Preference LabelDescritption"
    }
  }
}