Interface
UserQuotaInterface
Magento\AdobeStockClientApi\Api\Data\UserQuotaInterface
What it does
This interface defines a data structure for managing Adobe Stock user account quota information, specifically tracking the available image downloads and credits.
Developers use this when integrating Adobe Stock functionality to check if users have sufficient quota before allowing image downloads or purchases, or when displaying account balance information in the admin panel.
Public Methods
- getImages()
- setImages()
- getCredits()
- setCredits()
- getExtensionAttributes()
- setExtensionAttributes()