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

FieldDescriptionType
idThe subscription identifierstring
serialThe incremental subscription numberstring
statusThe subscription statusstring
createdAtThe date subscription was createddate
updatedAtThe last date the subscription was updateddate
nextBillingDateThe upcoming next billing datedate
canceledAtThe date subscription was cancelleddate
customerThe customer identifierstring

Reference

The schema is of type object.