Package com. appsamurai. storyly. data. managers. product
Types
STRCart Event Result
Link copied to clipboard
Data class that represents the result of an event. It contains the following properties
STRCart Item
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
STRProduct Information
Link copied to clipboard
data class STRProductInformation(productId: String?, productGroupId: String?)
Content copied to clipboard
Data class that represents the storyly product information
STRProduct Item
Link copied to clipboard
Data class that represents the storyly product
STRProduct Variant
Link copied to clipboard
Data class that represents the variant of the storyly product