-
- All Implemented Interfaces:
-
dev.hyo.openiap.ProductCommon
public interface Product implements ProductCommon
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classProduct.Companion
-
Method Summary
Modifier and Type Method Description abstract Map<String, Object>toJson()abstract StringgetCurrency()abstract StringgetDebugDescription()abstract StringgetDescription()abstract StringgetDisplayName()abstract StringgetDisplayPrice()abstract StringgetId()abstract IapPlatformgetPlatform()abstract DoublegetPrice()abstract StringgetTitle()abstract ProductTypegetType()-
-
Method Detail
-
getCurrency
abstract String getCurrency()
-
getDebugDescription
abstract String getDebugDescription()
-
getDescription
abstract String getDescription()
-
getDisplayName
abstract String getDisplayName()
-
getDisplayPrice
abstract String getDisplayPrice()
-
getPlatform
abstract IapPlatform getPlatform()
-
getType
abstract ProductType getType()
-
-
-
-