Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
OrdersCustomBatchRequestEntryInStoreRefundLineItem |
OrdersCustomBatchRequestEntryInStoreRefundLineItem.clone() |
OrdersCustomBatchRequestEntryInStoreRefundLineItem |
OrdersCustomBatchRequestEntry.getInStoreRefundLineItem()
Required for `inStoreReturnLineItem` method.
|
OrdersCustomBatchRequestEntryInStoreRefundLineItem |
OrdersCustomBatchRequestEntryInStoreRefundLineItem.set(String fieldName,
Object value) |
OrdersCustomBatchRequestEntryInStoreRefundLineItem |
OrdersCustomBatchRequestEntryInStoreRefundLineItem.setAmountPretax(Price amountPretax)
The amount that is refunded.
|
OrdersCustomBatchRequestEntryInStoreRefundLineItem |
OrdersCustomBatchRequestEntryInStoreRefundLineItem.setAmountTax(Price amountTax)
Tax amount that correspond to refund amount in amountPretax.
|
OrdersCustomBatchRequestEntryInStoreRefundLineItem |
OrdersCustomBatchRequestEntryInStoreRefundLineItem.setLineItemId(String lineItemId)
The ID of the line item to return.
|
OrdersCustomBatchRequestEntryInStoreRefundLineItem |
OrdersCustomBatchRequestEntryInStoreRefundLineItem.setProductId(String productId)
The ID of the product to return.
|
OrdersCustomBatchRequestEntryInStoreRefundLineItem |
OrdersCustomBatchRequestEntryInStoreRefundLineItem.setQuantity(Long quantity)
The quantity to return and refund.
|
OrdersCustomBatchRequestEntryInStoreRefundLineItem |
OrdersCustomBatchRequestEntryInStoreRefundLineItem.setReason(String reason)
The reason for the return.
|
OrdersCustomBatchRequestEntryInStoreRefundLineItem |
OrdersCustomBatchRequestEntryInStoreRefundLineItem.setReasonText(String reasonText)
The explanation of the reason.
|
Modifier and Type | Method and Description |
---|---|
OrdersCustomBatchRequestEntry |
OrdersCustomBatchRequestEntry.setInStoreRefundLineItem(OrdersCustomBatchRequestEntryInStoreRefundLineItem inStoreRefundLineItem)
Required for `inStoreReturnLineItem` method.
|
Copyright © 2011–2021 Google. All rights reserved.