Model woocommerce_subscriptions
Permissions
User Group | Create? | Read? | Update? | Delete? |
---|
admin | x | x | x | x |
owner | x | x | x | x |
user | | x | | |
all | | | | |
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 | User | _owner | | x | |
_updated_by_id | ObjectID | User | _updated_by | | x | |
billing_interval | Number | | | | | |
billing_period | String | | | | | |
createdAt | Date | | | | | |
created_via | String | | | | | |
customer_id | Number | | | | x | |
customer_ip_address | String | | | | | |
customer_note | String | | | | | |
customer_user_agent | String | | | | | |
date_completed | Date | | | | | |
date_created | Date | | | | | |
date_modified | Date | | | | x | |
date_paid | Date | | | | | |
device_type | String | | | | | |
id | Number | | | | x | |
meta_data | Array | | | function() {
// Leave it up to `cast()` to convert the array
return fn
? defaultArr.call(this)
: defaultArr != null
? [].concat(defaultArr)
: [];
} | | |
payment_method | String | | | | | |
products | Array | | | function() {
// Leave it up to `cast()` to convert the array
return fn
? defaultArr.call(this)
: defaultArr != null
? [].concat(defaultArr)
: [];
} | | |
referral | String | | | | | |
referral_url | String | | | | | |
schedule_end | Date | | | | | |
schedule_next_payment | Date | | | | | |
schedule_start | Date | | | | | |
status | String | | | | | |
suspension_count | Number | | | | | |
total | Number | | | | | |
updatedAt | Date | | | | | |
utm_campaign | String | | | | | |
utm_medium | String | | | | | |
utm_source | String | | | | | |
utm_term | String | | | | | |
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,
"$fullPath": "_deleted"
}
{
"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": {
"link": "User",
"map_to": "_owner",
"index": true
},
"_index": true
}
{
"path": "_updated_by_id",
"instance": "ObjectID",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"_updated_by_id"
],
"options": {
"link": "User",
"map_to": "_updated_by",
"index": true
},
"_index": true
}
{
"path": "billing_interval",
"instance": "Number",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"billing_interval"
],
"options": {},
"_index": null,
"$fullPath": "billing_interval"
}
{
"enumValues": [],
"regExp": null,
"path": "billing_period",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"billing_period"
],
"options": {},
"_index": null,
"$fullPath": "billing_period"
}
{
"path": "createdAt",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [
null,
null
],
"_presplitPath": [
"createdAt"
],
"options": {
"immutable": true
},
"_index": null,
"$immutable": true,
"$fullPath": "createdAt"
}
{
"enumValues": [],
"regExp": null,
"path": "created_via",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"created_via"
],
"options": {},
"_index": null,
"$fullPath": "created_via"
}
{
"path": "customer_id",
"instance": "Number",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"customer_id"
],
"options": {
"index": true
},
"_index": true,
"$fullPath": "customer_id"
}
{
"enumValues": [],
"regExp": null,
"path": "customer_ip_address",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"customer_ip_address"
],
"options": {},
"_index": null,
"$fullPath": "customer_ip_address"
}
{
"enumValues": [],
"regExp": null,
"path": "customer_note",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"customer_note"
],
"options": {},
"_index": null,
"$fullPath": "customer_note"
}
{
"enumValues": [],
"regExp": null,
"path": "customer_user_agent",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"customer_user_agent"
],
"options": {},
"_index": null,
"$fullPath": "customer_user_agent"
}
{
"path": "date_completed",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"date_completed"
],
"options": {},
"_index": null,
"$fullPath": "date_completed"
}
{
"path": "date_created",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"date_created"
],
"options": {},
"_index": null,
"$fullPath": "date_created"
}
{
"path": "date_modified",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"date_modified"
],
"options": {
"index": true
},
"_index": true,
"$fullPath": "date_modified"
}
{
"path": "date_paid",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"date_paid"
],
"options": {},
"_index": null,
"$fullPath": "date_paid"
}
{
"enumValues": [],
"regExp": null,
"path": "device_type",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"device_type"
],
"options": {},
"_index": null,
"$fullPath": "device_type"
}
{
"path": "id",
"instance": "Number",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"id"
],
"options": {
"index": true
},
"_index": true,
"$fullPath": "id"
}
{
"schemaOptions": {
"timestamps": true,
"toJSON": {
"virtuals": true
},
"toObject": {
"virtuals": true
},
"perms": {
"admin": "crud",
"owner": "crud",
"user": "r",
"all": ""
},
"typeKey": "type",
"id": true,
"_id": true,
"validateBeforeSave": true,
"read": null,
"shardKey": null,
"discriminatorKey": "__t",
"autoIndex": null,
"minimize": true,
"optimisticConcurrency": false,
"versionKey": "__v",
"capped": false,
"bufferCommands": true,
"strictQuery": true,
"strict": true,
"_perms": {
"admin": "crud",
"owner": "crud",
"user": "r",
"all": ""
},
"pluralization": true
},
"caster": {
"path": "meta_data",
"instance": "Mixed",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"meta_data"
],
"options": {},
"_index": null,
"_arrayPath": "meta_data.$",
"_arrayParentPath": "meta_data"
},
"$embeddedSchemaType": {
"path": "meta_data",
"instance": "Mixed",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"meta_data"
],
"options": {},
"_index": null,
"_arrayPath": "meta_data.$",
"_arrayParentPath": "meta_data"
},
"$isMongooseArray": true,
"path": "meta_data",
"instance": "Array",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"meta_data"
],
"options": {
"type": [
null
]
},
"_index": null,
"$fullPath": "meta_data"
}
{
"enumValues": [],
"regExp": null,
"path": "payment_method",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"payment_method"
],
"options": {},
"_index": null,
"$fullPath": "payment_method"
}
{
"schemaOptions": {
"timestamps": true,
"toJSON": {
"virtuals": true
},
"toObject": {
"virtuals": true
},
"perms": {
"admin": "crud",
"owner": "crud",
"user": "r",
"all": ""
},
"typeKey": "type",
"id": true,
"_id": true,
"validateBeforeSave": true,
"read": null,
"shardKey": null,
"discriminatorKey": "__t",
"autoIndex": null,
"minimize": true,
"optimisticConcurrency": false,
"versionKey": "__v",
"capped": false,
"bufferCommands": true,
"strictQuery": true,
"strict": true,
"_perms": {
"admin": "crud",
"owner": "crud",
"user": "r",
"all": ""
},
"pluralization": true
},
"caster": {
"path": "products",
"instance": "Mixed",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"products"
],
"options": {},
"_index": null,
"_arrayPath": "products.$",
"_arrayParentPath": "products"
},
"$embeddedSchemaType": {
"path": "products",
"instance": "Mixed",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"products"
],
"options": {},
"_index": null,
"_arrayPath": "products.$",
"_arrayParentPath": "products"
},
"$isMongooseArray": true,
"path": "products",
"instance": "Array",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"products"
],
"options": {
"type": [
null
]
},
"_index": null,
"$fullPath": "products"
}
{
"enumValues": [],
"regExp": null,
"path": "referral",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"referral"
],
"options": {},
"_index": null,
"$fullPath": "referral"
}
{
"enumValues": [],
"regExp": null,
"path": "referral_url",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"referral_url"
],
"options": {},
"_index": null,
"$fullPath": "referral_url"
}
{
"path": "schedule_end",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"schedule_end"
],
"options": {},
"_index": null,
"$fullPath": "schedule_end"
}
{
"path": "schedule_next_payment",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"schedule_next_payment"
],
"options": {},
"_index": null,
"$fullPath": "schedule_next_payment"
}
{
"path": "schedule_start",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"schedule_start"
],
"options": {},
"_index": null,
"$fullPath": "schedule_start"
}
{
"enumValues": [],
"regExp": null,
"path": "status",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"status"
],
"options": {},
"_index": null,
"$fullPath": "status"
}
{
"path": "suspension_count",
"instance": "Number",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"suspension_count"
],
"options": {},
"_index": null,
"$fullPath": "suspension_count"
}
{
"path": "total",
"instance": "Number",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"total"
],
"options": {},
"_index": null,
"$fullPath": "total"
}
{
"path": "updatedAt",
"instance": "Date",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"updatedAt"
],
"options": {},
"_index": null,
"$fullPath": "updatedAt"
}
{
"enumValues": [],
"regExp": null,
"path": "utm_campaign",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"utm_campaign"
],
"options": {},
"_index": null,
"$fullPath": "utm_campaign"
}
{
"enumValues": [],
"regExp": null,
"path": "utm_medium",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"utm_medium"
],
"options": {},
"_index": null,
"$fullPath": "utm_medium"
}
{
"enumValues": [],
"regExp": null,
"path": "utm_source",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"utm_source"
],
"options": {},
"_index": null,
"$fullPath": "utm_source"
}
{
"enumValues": [],
"regExp": null,
"path": "utm_term",
"instance": "String",
"validators": [],
"getters": [],
"setters": [],
"_presplitPath": [
"utm_term"
],
"options": {},
"_index": null,
"$fullPath": "utm_term"
}