Package | Description |
---|---|
com.google.api.services.androidpublisher.model |
Modifier and Type | Method and Description |
---|---|
OrderHistory |
OrderHistory.clone() |
OrderHistory |
Order.getOrderHistory()
Details about events which modified the order.
|
OrderHistory |
OrderHistory.set(String fieldName,
Object value) |
OrderHistory |
OrderHistory.setCancellationEvent(CancellationEvent cancellationEvent)
Details of when the order was canceled.
|
OrderHistory |
OrderHistory.setPartialRefundEvents(List<PartialRefundEvent> partialRefundEvents)
Details of the partial refund events for this order.
|
OrderHistory |
OrderHistory.setProcessedEvent(ProcessedEvent processedEvent)
Details of when the order was processed.
|
OrderHistory |
OrderHistory.setRefundEvent(RefundEvent refundEvent)
Details of when the order was fully refunded.
|
Modifier and Type | Method and Description |
---|---|
Order |
Order.setOrderHistory(OrderHistory orderHistory)
Details about events which modified the order.
|
Copyright © 2011–2025 Google. All rights reserved.