Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
Order |
Order.clone() |
Order |
Order.set(String fieldName,
Object value) |
Order |
Order.setBuyerAddress(BuyerAddress buyerAddress)
Address information for the customer, for use in tax computation.
|
Order |
Order.setCreateTime(String createTime)
The time when the order was created.
|
Order |
Order.setDeveloperRevenueInBuyerCurrency(Money developerRevenueInBuyerCurrency)
Your revenue for this order in the buyer's currency, including deductions of partial refunds,
taxes and fees.
|
Order |
Order.setLastEventTime(String lastEventTime)
The time of the last event that occurred on the order.
|
Order |
Order.setLineItems(List<LineItem> lineItems)
The individual line items making up this order.
|
Order |
Order.setOrderDetails(OrderDetails orderDetails)
Detailed information about the order at creation time.
|
Order |
Order.setOrderHistory(OrderHistory orderHistory)
Details about events which modified the order.
|
Order |
Order.setOrderId(String orderId)
The order ID.
|
Order |
Order.setPointsDetails(PointsDetails pointsDetails)
Play points applied to the order, including offer information, discount rate and point values.
|
Order |
Order.setPurchaseToken(String purchaseToken)
The token provided to the user's device when the subscription or item was purchased.
|
Order |
Order.setState(String state)
The state of the order.
|
Order |
Order.setTax(Money tax)
The total tax paid as a part of this order.
|
Order |
Order.setTotal(Money total)
The final amount paid by the customer, taking into account discounts and taxes.
|
Modifier and Type | Method and Description |
---|---|
List<Order> |
BatchGetOrdersResponse.getOrders()
Details for the requested order IDs.
|
Modifier and Type | Method and Description |
---|---|
BatchGetOrdersResponse |
BatchGetOrdersResponse.setOrders(List<Order> orders)
Details for the requested order IDs.
|
Copyright © 2011–2025 Google. All rights reserved.