| Package | Description |
|---|---|
| com.google.api.services.content.model |
| Modifier and Type | Method and Description |
|---|---|
ProductSubscriptionCost |
ProductSubscriptionCost.clone() |
ProductSubscriptionCost |
Product.getSubscriptionCost()
Number of periods (months or years) and amount of payment per period for an item with an
associated subscription contract.
|
ProductSubscriptionCost |
ProductSubscriptionCost.set(String fieldName,
Object value) |
ProductSubscriptionCost |
ProductSubscriptionCost.setAmount(Price amount)
The amount the buyer has to pay per subscription period.
|
ProductSubscriptionCost |
ProductSubscriptionCost.setPeriod(String period)
The type of subscription period.
|
ProductSubscriptionCost |
ProductSubscriptionCost.setPeriodLength(Long periodLength)
The number of subscription periods the buyer has to pay.
|
| Modifier and Type | Method and Description |
|---|---|
Product |
Product.setSubscriptionCost(ProductSubscriptionCost subscriptionCost)
Number of periods (months or years) and amount of payment per period for an item with an
associated subscription contract.
|
Copyright © 2011–2024 Google. All rights reserved.