public final class OrderreturnsRefundOperation extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Content API for Shopping. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
OrderreturnsRefundOperation() |
| Modifier and Type | Method and Description |
|---|---|
OrderreturnsRefundOperation |
clone() |
Boolean |
getFullRefund()
If true, the item will be fully refunded.
|
OrderreturnsPartialRefund |
getPartialRefund()
If this is set, the item will be partially refunded.
|
String |
getPaymentType()
The payment way of issuing refund.
|
String |
getReasonText()
The explanation of the reason.
|
String |
getReturnRefundReason()
Code of the refund reason.
|
OrderreturnsRefundOperation |
set(String fieldName,
Object value) |
OrderreturnsRefundOperation |
setFullRefund(Boolean fullRefund)
If true, the item will be fully refunded.
|
OrderreturnsRefundOperation |
setPartialRefund(OrderreturnsPartialRefund partialRefund)
If this is set, the item will be partially refunded.
|
OrderreturnsRefundOperation |
setPaymentType(String paymentType)
The payment way of issuing refund.
|
OrderreturnsRefundOperation |
setReasonText(String reasonText)
The explanation of the reason.
|
OrderreturnsRefundOperation |
setReturnRefundReason(String returnRefundReason)
Code of the refund reason.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Boolean getFullRefund()
null for nonepublic OrderreturnsRefundOperation setFullRefund(Boolean fullRefund)
fullRefund - fullRefund or null for nonepublic OrderreturnsPartialRefund getPartialRefund()
null for nonepublic OrderreturnsRefundOperation setPartialRefund(OrderreturnsPartialRefund partialRefund)
partialRefund - partialRefund or null for nonepublic String getPaymentType()
null for nonepublic OrderreturnsRefundOperation setPaymentType(String paymentType)
paymentType - paymentType or null for nonepublic String getReasonText()
null for nonepublic OrderreturnsRefundOperation setReasonText(String reasonText)
reasonText - reasonText or null for nonepublic String getReturnRefundReason()
null for nonepublic OrderreturnsRefundOperation setReturnRefundReason(String returnRefundReason)
returnRefundReason - returnRefundReason or null for nonepublic OrderreturnsRefundOperation set(String fieldName, Object value)
set in class GenericJsonpublic OrderreturnsRefundOperation clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.