Model payfasttokens
Permissions
User Group | Create? | Read? | Update? | Delete? |
---|
api | x | x | x | x |
owner | | x | | x |
admin | | x | | |
all | x | | | |
Fields
Name | Type | Link | Maps To | Default | Indexed? | Unique? |
---|
__v | Number | | | | | |
_deleted | Boolean | | | false | x | |
_id | ObjectID | | | function defaultId() {
return new oid();
} | | |
_owner_id | ObjectID | | | | | |
_updated_by_id | ObjectID | User | _updated_by | | x | |
card_number | String | | | | | |
createdAt | Date | | | | | |
date_created | Date | | | function now() { [native code] } | | |
email | String | | | | | |
expiration_date | Date | | | | x | |
name_first | String | | | | | |
name_last | String | | | | | |
organisation_id | ObjectID | | | | x | |
payfast_response | Mixed | | | | | |
token | String | | | | x | x |
updatedAt | Date | | | | | |
user_id | ObjectID | | | | x | |
Raw definition
{
"path": "__v",
"instance": "Number",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"__v"
],
"options": {},
"_index": null
}
{
"path": "_deleted",
"instance": "Boolean",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"_deleted"
],
"options": {
"default": false,
"index": true
},
"_index": true,
"defaultValue": false
}
{
"path": "_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [
null
],
"_presplitPath": [
"_id"
],
"options": {
"auto": true,
"type": "ObjectId"
},
"_index": null
}
{
"path": "_owner_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"_owner_id"
],
"options": {},
"_index": null
}
{
"path": "_updated_by_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"_updated_by_id"
],
"options": {
"link": "User",
"map_to": "_updated_by",
"index": true
},
"_index": true
}
{
"enumValues": [],
"regExp": null,
"path": "card_number",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"card_number"
],
"options": {},
"_index": null
}
{
"path": "createdAt",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [
null,
null
],
"_presplitPath": [
"createdAt"
],
"options": {
"immutable": true
},
"_index": null,
"$immutable": true
}
{
"path": "date_created",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"date_created"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "email",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"email"
],
"options": {},
"_index": null
}
{
"path": "expiration_date",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"expiration_date"
],
"options": {
"index": true
},
"_index": true
}
{
"enumValues": [],
"regExp": null,
"path": "name_first",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"name_first"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "name_last",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"name_last"
],
"options": {},
"_index": null
}
{
"path": "organisation_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"organisation_id"
],
"options": {
"ref": "Organisation",
"index": true
},
"_index": true
}
{
"path": "payfast_response",
"instance": "Mixed",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"payfast_response"
],
"options": {},
"_index": null
}
{
"enumValues": [],
"regExp": null,
"path": "token",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"token"
],
"options": {
"index": true,
"unique": true
},
"_index": {
"unique": true,
"background": true
}
}
{
"path": "updatedAt",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"updatedAt"
],
"options": {},
"_index": null
}
{
"path": "user_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"user_id"
],
"options": {
"ref": "User",
"index": true
},
"_index": true
}