-
public final class SubscriptionItemPriceChangeDetailsBased on https://developers.google.com/android-publisher/api-ref/rest/v3/purchases.subscriptionsv2#subscriptionitempricechangedetails
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSubscriptionItemPriceChangeDetails.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringexpectedNewPriceChargeTimeprivate final MoneynewPriceprivate final StringpriceChangeModeprivate final StringpriceChangeState
-
Method Summary
Modifier and Type Method Description final StringgetExpectedNewPriceChargeTime()final MoneygetNewPrice()final StringgetPriceChangeMode()final StringgetPriceChangeState()-
-
Method Detail
-
getExpectedNewPriceChargeTime
final String getExpectedNewPriceChargeTime()
-
getNewPrice
final Money getNewPrice()
-
getPriceChangeMode
final String getPriceChangeMode()
-
getPriceChangeState
final String getPriceChangeState()
-
-
-
-