Package com.github.twitch4j.helix.domain
Class ExtensionTransaction.ProductData
java.lang.Object
com.github.twitch4j.helix.domain.ExtensionTransaction.ProductData
- Enclosing class:
- ExtensionTransaction
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleangetCost()JSON Object representing the cost to acquire the product.Display Name of the product.Flag used to indicate if the product is in development.getSku()Unique identifier for the product across the extension.inthashCode()toString()
- 
Constructor Details- 
ProductDatapublic ProductData()
 
- 
- 
Method Details- 
getSkuUnique identifier for the product across the extension.
- 
getCostJSON Object representing the cost to acquire the product.
- 
getDisplayNameDisplay Name of the product.
- 
getInDevelopmentFlag used to indicate if the product is in development. Either true or false.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-