PabblySubscriptions Tables
The provider models the data in API as a list of tables in a relational database that can be queried using standard SQL statements.
PabblySubscriptions Tables
| Name | Description |
| CustomerInvoices | Retrieve a list of all invoices for a specific customer. |
| CustomerPaymentMethods | Retrieve a list of all payment methods for a specific customer. |
| CustomerRefunds | Retrieve the details of all the refunds made to a particular customer. |
| Customers | Retrieve a list of all customers. |
| CustomerSubscriptions | Retrieve a list of all subscriptions for a specific customer. |
| CustomerTransactions | Retrieve a list of all transactions for a specific customer. |
| CustomFields | Retrieve the details of the added custom fields in a particular plan. |
| Plans | Retrieve a list of all plans. |
| ProductAddonCategories | Retrieve the details of all the categories added in a particular product. |
| ProductAddons | Retrieve the details of all the added add-ons of a particular product. |
| ProductCheckoutPages | Retrieve a list of all checkout pages associated with a product. |
| ProductCoupons | Retrieve a list of all coupons associated with a product. |
| ProductPlans | Retrieve a list of all plans for a specific product. |
| Products | Retrieve a list of all products. |
| ScheduledSubscriptions | Retrieve a list of scheduled subscriptions. |