| Package | Description |
|---|---|
| com.google.api.services.content.model |
| Modifier and Type | Method and Description |
|---|---|
OrderReturn |
OrderReturn.clone() |
OrderReturn |
OrderReturn.set(String fieldName,
Object value) |
OrderReturn |
OrderReturn.setActor(String actor)
The actor that created the refund.
|
OrderReturn |
OrderReturn.setCreationDate(String creationDate)
Date on which the item has been created, in ISO 8601 format.
|
OrderReturn |
OrderReturn.setQuantity(Long quantity)
Quantity that is returned.
|
OrderReturn |
OrderReturn.setReason(String reason)
The reason for the return.
|
OrderReturn |
OrderReturn.setReasonText(String reasonText)
The explanation of the reason.
|
| Modifier and Type | Method and Description |
|---|---|
List<OrderReturn> |
OrderLineItem.getReturns()
Returns of the line item.
|
| Modifier and Type | Method and Description |
|---|---|
OrderLineItem |
OrderLineItem.setReturns(List<OrderReturn> returns)
Returns of the line item.
|
Copyright © 2011–2023 Google. All rights reserved.