| Package | Description |
|---|---|
| com.google.api.services.androidpublisher.model |
| Modifier and Type | Method and Description |
|---|---|
PartialRefundEvent |
PartialRefundEvent.clone() |
PartialRefundEvent |
PartialRefundEvent.set(String fieldName,
Object value) |
PartialRefundEvent |
PartialRefundEvent.setCreateTime(String createTime)
The time when the partial refund was created.
|
PartialRefundEvent |
PartialRefundEvent.setProcessTime(String processTime)
The time when the partial refund was processed.
|
PartialRefundEvent |
PartialRefundEvent.setRefundDetails(RefundDetails refundDetails)
Details for the partial refund.
|
PartialRefundEvent |
PartialRefundEvent.setState(String state)
The state of the partial refund.
|
| Modifier and Type | Method and Description |
|---|---|
List<PartialRefundEvent> |
OrderHistory.getPartialRefundEvents()
Details of the partial refund events for this order.
|
| Modifier and Type | Method and Description |
|---|---|
OrderHistory |
OrderHistory.setPartialRefundEvents(List<PartialRefundEvent> partialRefundEvents)
Details of the partial refund events for this order.
|
Copyright © 2011–2025 Google. All rights reserved.