Package com.appsamurai.storyly.data.managers.product
Types
STRCartEventResult
Link copied to clipboard
Data class that represents the result of an event. It contains the following properties
STRCartItem
Link copied to clipboard
data class STRCartItem(item: STRProductItem, quantity: Int, totalPrice: Float?, oldTotalPrice: Float?)
Content copied to clipboard
This class represents an individual item in the shopping cart
STRProductInformation
Link copied to clipboard
data class STRProductInformation(productId: String?, productGroupId: String?)
Content copied to clipboard
Data class that represents the storyly product information
STRProductItem
Link copied to clipboard
Data class that represents the storyly product
STRProductVariant
Link copied to clipboard
Data class that represents the variant of the storyly product
STRWishlistEventResult
Link copied to clipboard
Data class that represents the result of an event. It contains the following properties