Skip to content

feat(monetization-kit): implement Product model#240

Open
lustsazeus-lab wants to merge 1 commit into
hTuneSys:mainfrom
lustsazeus-lab:main
Open

feat(monetization-kit): implement Product model#240
lustsazeus-lab wants to merge 1 commit into
hTuneSys:mainfrom
lustsazeus-lab:main

Conversation

@lustsazeus-lab

Copy link
Copy Markdown

Implements Product model for in-app purchase products per issue #95.

  • Product class with id, type, title, description, price, priceAmount, currencyCode
  • ProductType enum (consumable, nonConsumable, subscription)
  • JSON serialization (toJson/fromJson)
  • Equality based on id, hashCode, toString, copyWith

Claims $9.99 bounty.

…roducts

- Added Product class with all required fields (id, type, title, description, price, etc.)
- Added ProductType enum (consumable, nonConsumable, subscription)
- Implemented toJson() and fromJson() for serialization
- Implemented equality based on id, hashCode, and toString()
- Added copyWith() for immutable updates

Implements: hTuneSys#95
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant