Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
SubscriptionPriceChange |
SubscriptionPriceChange.clone() |
SubscriptionPriceChange |
SubscriptionPurchase.getPriceChange()
The latest price change information available.
|
SubscriptionPriceChange |
SubscriptionPriceChange.set(java.lang.String fieldName,
java.lang.Object value) |
SubscriptionPriceChange |
SubscriptionPriceChange.setNewPrice(Price newPrice)
The new price the subscription will renew with if the price change is accepted by the user.
|
SubscriptionPriceChange |
SubscriptionPriceChange.setState(java.lang.Integer state)
The current state of the price change.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionPurchase |
SubscriptionPurchase.setPriceChange(SubscriptionPriceChange priceChange)
The latest price change information available.
|