loopback-component-openpay
Version:
Loopback component to work with openpay platform.
30 lines (29 loc) • 453 B
JSON
{
"name": "request_openpay",
"base": "PersistedModel",
"idInjection": true,
"options": {
"validateUpsert": true
},
"properties": {
"date": {
"type": "date"
},
"response": {
"type": "object"
},
"error": {
"type": "string"
}
},
"validations": [],
"relations": {
"user":{
"type": "belongsTo",
"model": "user",
"foreignKey": ""
}
},
"acls": [],
"methods": {}
}