-
- All Implemented Interfaces:
-
android.os.Parcelable
public interface StoreProduct implements Parcelable
-
-
Method Summary
Modifier and Type Method Description abstract StringpriceCurrencyCode()abstract LongpriceAmountMicros(String offerId)abstract StringintroductoryPricePeriod(String offerId)abstract LongintroductoryPriceAmountMicros(String offerId)abstract StringintroductoryPrice(String offerId)abstract StringfreeTrialPeriod(String offerId)abstract IntegerintroductoryPriceCycles(String offerId)abstract StringsubscriptionPeriod(String offerId)abstract Stringprice()abstract StringproductId()StringbasePlanId()abstract StoreTypetype()PLYProductPeriodperiod(String offerId)PLYProductPeriodintroPeriod(String offerId)PLYProductPeriodfreePeriod(String offerId)abstract ObjectgetOriginal()abstract UnitsetOriginal(Object original)-
-
Method Detail
-
priceCurrencyCode
abstract String priceCurrencyCode()
-
priceAmountMicros
abstract Long priceAmountMicros(String offerId)
-
introductoryPricePeriod
abstract String introductoryPricePeriod(String offerId)
-
introductoryPriceAmountMicros
abstract Long introductoryPriceAmountMicros(String offerId)
-
introductoryPrice
abstract String introductoryPrice(String offerId)
-
freeTrialPeriod
abstract String freeTrialPeriod(String offerId)
-
introductoryPriceCycles
abstract Integer introductoryPriceCycles(String offerId)
-
subscriptionPeriod
abstract String subscriptionPeriod(String offerId)
-
basePlanId
String basePlanId()
-
period
PLYProductPeriod period(String offerId)
-
introPeriod
PLYProductPeriod introPeriod(String offerId)
-
freePeriod
PLYProductPeriod freePeriod(String offerId)
-
getOriginal
abstract Object getOriginal()
-
setOriginal
abstract Unit setOriginal(Object original)
-
-
-
-