All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.androidpublisher.model.SubscriptionItemPriceChangeDetails.html Maven / Gradle / Ivy

There is a newer version: v3-rev20240509-2.0.0
Show newest version






SubscriptionItemPriceChangeDetails (Google Play Android Developer API v3-rev20240328-2.0.0)












com.google.api.services.androidpublisher.model

Class SubscriptionItemPriceChangeDetails

    • Constructor Detail

      • SubscriptionItemPriceChangeDetails

        public SubscriptionItemPriceChangeDetails()
    • Method Detail

      • getExpectedNewPriceChargeTime

        public String getExpectedNewPriceChargeTime()
        The renewal time at which the price change will become effective for the user. This is subject to change(to a future time) due to cases where the renewal time shifts like pause. This field is only populated if the price change has not taken effect.
        Returns:
        value or null for none
      • setExpectedNewPriceChargeTime

        public SubscriptionItemPriceChangeDetails setExpectedNewPriceChargeTime(String expectedNewPriceChargeTime)
        The renewal time at which the price change will become effective for the user. This is subject to change(to a future time) due to cases where the renewal time shifts like pause. This field is only populated if the price change has not taken effect.
        Parameters:
        expectedNewPriceChargeTime - expectedNewPriceChargeTime or null for none
      • getNewPrice

        public Money getNewPrice()
        New recurring price for the subscription item.
        Returns:
        value or null for none
      • getPriceChangeMode

        public String getPriceChangeMode()
        Price change mode specifies how the subscription item price is changing.
        Returns:
        value or null for none
      • setPriceChangeMode

        public SubscriptionItemPriceChangeDetails setPriceChangeMode(String priceChangeMode)
        Price change mode specifies how the subscription item price is changing.
        Parameters:
        priceChangeMode - priceChangeMode or null for none
      • getPriceChangeState

        public String getPriceChangeState()
        State the price change is currently in.
        Returns:
        value or null for none
      • setPriceChangeState

        public SubscriptionItemPriceChangeDetails setPriceChangeState(String priceChangeState)
        State the price change is currently in.
        Parameters:
        priceChangeState - priceChangeState or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy