| Package | Description |
|---|---|
| com.google.api.services.content | |
| com.google.api.services.content.model |
| Modifier and Type | Method and Description |
|---|---|
ShoppingContent.Orders.Cancel |
ShoppingContent.Orders.cancel(BigInteger merchantId,
String orderId,
OrdersCancelRequest content)
Cancels all line items in an order, making a full refund.
|
| Constructor and Description |
|---|
Cancel(BigInteger merchantId,
String orderId,
OrdersCancelRequest content)
Cancels all line items in an order, making a full refund.
|
| Modifier and Type | Method and Description |
|---|---|
OrdersCancelRequest |
OrdersCancelRequest.clone() |
OrdersCancelRequest |
OrdersCancelRequest.set(String fieldName,
Object value) |
OrdersCancelRequest |
OrdersCancelRequest.setOperationId(String operationId)
The ID of the operation.
|
OrdersCancelRequest |
OrdersCancelRequest.setReason(String reason)
The reason for the cancellation.
|
OrdersCancelRequest |
OrdersCancelRequest.setReasonText(String reasonText)
The explanation of the reason.
|
Copyright © 2011–2024 Google. All rights reserved.