Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
LineItem |
LineItem.clone() |
LineItem |
LineItem.set(String fieldName,
Object value) |
LineItem |
LineItem.setListingPrice(Money listingPrice)
Item's listed price on Play Store, this may or may not include tax.
|
LineItem |
LineItem.setOneTimePurchaseDetails(OneTimePurchaseDetails oneTimePurchaseDetails)
Details of a one-time purchase.
|
LineItem |
LineItem.setPaidAppDetails(PaidAppDetails paidAppDetails)
Details of a paid app purchase.
|
LineItem |
LineItem.setProductId(String productId)
The purchased product ID or in-app SKU (for example, 'monthly001' or 'com.some.thing.inapp1').
|
LineItem |
LineItem.setProductTitle(String productTitle)
Developer-specified name of the product.
|
LineItem |
LineItem.setSubscriptionDetails(SubscriptionDetails subscriptionDetails)
Details of a subscription purchase.
|
LineItem |
LineItem.setTax(Money tax)
The tax paid for this line item.
|
LineItem |
LineItem.setTotal(Money total)
The total amount paid by the user for this line item, taking into account discounts and tax.
|
Modifier and Type | Method and Description |
---|---|
List<LineItem> |
Order.getLineItems()
The individual line items making up this order.
|
Modifier and Type | Method and Description |
---|---|
Order |
Order.setLineItems(List<LineItem> lineItems)
The individual line items making up this order.
|
Copyright © 2011–2025 Google. All rights reserved.