Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
OrdersCustomBatchRequestEntryRefund |
OrdersCustomBatchRequestEntryRefund.clone() |
OrdersCustomBatchRequestEntryRefund |
OrdersCustomBatchRequestEntry.getRefund()
Required for `refund` method.
|
OrdersCustomBatchRequestEntryRefund |
OrdersCustomBatchRequestEntryRefund.set(String fieldName,
Object value) |
OrdersCustomBatchRequestEntryRefund |
OrdersCustomBatchRequestEntryRefund.setAmount(Price amount)
Deprecated.
|
OrdersCustomBatchRequestEntryRefund |
OrdersCustomBatchRequestEntryRefund.setAmountPretax(Price amountPretax)
The amount that is refunded.
|
OrdersCustomBatchRequestEntryRefund |
OrdersCustomBatchRequestEntryRefund.setAmountTax(Price amountTax)
Tax amount that corresponds to refund amount in amountPretax.
|
OrdersCustomBatchRequestEntryRefund |
OrdersCustomBatchRequestEntryRefund.setReason(String reason)
The reason for the refund.
|
OrdersCustomBatchRequestEntryRefund |
OrdersCustomBatchRequestEntryRefund.setReasonText(String reasonText)
The explanation of the reason.
|
Modifier and Type | Method and Description |
---|---|
OrdersCustomBatchRequestEntry |
OrdersCustomBatchRequestEntry.setRefund(OrdersCustomBatchRequestEntryRefund refund)
Required for `refund` method.
|
Copyright © 2011–2021 Google. All rights reserved.