UNPKG

@tradle/models

Version:
26 lines 406 B
{ "id": "tradle.HowToFund", "title": "How To Fund", "subClassOf": "tradle.Enum", "type": "tradle.Model", "properties": { "howToFund": { "displayName": true, "type": "string" } }, "enum": [ { "id": "cash", "title": "Cash" }, { "id": "check", "title": "Check" }, { "id": "direct", "title": "Direct to Bank" } ] }