Subscriptions
Subscription resource
Subscription represents a contract between your business and a customer.
The Subscription
object stores information and rules defining the contract between your business and a customer. It is created when a customer purchases a subscription-based product.
Search query fields
Field | Description | Type |
---|---|---|
id | The subscription identifier | string |
serial | The incremental subscription number | string |
status | The subscription status | string |
createdAt | The date subscription was created | date |
updatedAt | The last date the subscription was updated | date |
nextBillingDate | The upcoming next billing date | date |
canceledAt | The date subscription was cancelled | date |
customer | The customer identifier | string |
Reference
The schema is of type object
.