-
Notifications
You must be signed in to change notification settings - Fork 0
Data Models
Daniel Iser edited this page Mar 25, 2017
·
1 revision
There are several Model objects, each has its own set of unique properties. These will eventually be fleshed out with useful helper functions including those to make additional calls to the api, interlinking the models further, such as getting further details on a customers purchases via $customer->get_purchases()
- EDD_API_Model_Category
- EDD_API_Model_Customer
- EDD_API_Model_Discount
- EDD_API_Model_File
- EDD_API_Model_Log
- EDD_API_Model_Product
- EDD_API_Model_Sale
- EDD_API_Model_Tag
- EDD_API_Model_Taxonomy