Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. init(productId: String, productClass: String, productType: String, productPrice: Float, productStarRating: Float, totalReviews: Int, productDescription: String, catagoryID: String, productImage: String) {
  2. self.productId = productId
  3. self.productClass = productClass
  4. self.productType = productType
  5. self.productPrice = productPrice
  6. self.productStarRating = productStarRating
  7. self.totalReviews = totalReviews
  8. self.productDescription = productDescription
  9. self.catagoryID = catagoryID
  10. self.productImage = productImage
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement