public class ShoppingContent.Orderpayments.Notifyrefund extends ShoppingContentRequest<OrderpaymentsNotifyRefundResponse>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
USER_AGENT_SUFFIX
Modifier | Constructor and Description |
---|---|
protected |
Notifyrefund(BigInteger merchantId,
String orderId,
OrderpaymentsNotifyRefundRequest content)
Notify about refund on user's selected payments method.
|
Modifier and Type | Method and Description |
---|---|
BigInteger |
getMerchantId()
The ID of the account that manages the order.
|
String |
getOrderId()
The ID of the order for which charge is happening.
|
ShoppingContent.Orderpayments.Notifyrefund |
set(String parameterName,
Object value) |
ShoppingContent.Orderpayments.Notifyrefund |
setAlt(String alt)
Data format for the response.
|
ShoppingContent.Orderpayments.Notifyrefund |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
ShoppingContent.Orderpayments.Notifyrefund |
setKey(String key)
API key.
|
ShoppingContent.Orderpayments.Notifyrefund |
setMerchantId(BigInteger merchantId)
The ID of the account that manages the order.
|
ShoppingContent.Orderpayments.Notifyrefund |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
ShoppingContent.Orderpayments.Notifyrefund |
setOrderId(String orderId)
The ID of the order for which charge is happening.
|
ShoppingContent.Orderpayments.Notifyrefund |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
ShoppingContent.Orderpayments.Notifyrefund |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
ShoppingContent.Orderpayments.Notifyrefund |
setUserIp(String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected Notifyrefund(BigInteger merchantId, String orderId, OrderpaymentsNotifyRefundRequest content)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
ShoppingContent.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
merchantId
- The ID of the account that manages the order. This cannot be a multi-client account.orderId
- The ID of the order for which charge is happening.content
- the OrderpaymentsNotifyRefundRequest
public ShoppingContent.Orderpayments.Notifyrefund setAlt(String alt)
ShoppingContentRequest
setAlt
in class ShoppingContentRequest<OrderpaymentsNotifyRefundResponse>
public ShoppingContent.Orderpayments.Notifyrefund setFields(String fields)
ShoppingContentRequest
setFields
in class ShoppingContentRequest<OrderpaymentsNotifyRefundResponse>
public ShoppingContent.Orderpayments.Notifyrefund setKey(String key)
ShoppingContentRequest
setKey
in class ShoppingContentRequest<OrderpaymentsNotifyRefundResponse>
public ShoppingContent.Orderpayments.Notifyrefund setOauthToken(String oauthToken)
ShoppingContentRequest
setOauthToken
in class ShoppingContentRequest<OrderpaymentsNotifyRefundResponse>
public ShoppingContent.Orderpayments.Notifyrefund setPrettyPrint(Boolean prettyPrint)
ShoppingContentRequest
setPrettyPrint
in class ShoppingContentRequest<OrderpaymentsNotifyRefundResponse>
public ShoppingContent.Orderpayments.Notifyrefund setQuotaUser(String quotaUser)
ShoppingContentRequest
setQuotaUser
in class ShoppingContentRequest<OrderpaymentsNotifyRefundResponse>
public ShoppingContent.Orderpayments.Notifyrefund setUserIp(String userIp)
ShoppingContentRequest
setUserIp
in class ShoppingContentRequest<OrderpaymentsNotifyRefundResponse>
public BigInteger getMerchantId()
public ShoppingContent.Orderpayments.Notifyrefund setMerchantId(BigInteger merchantId)
public String getOrderId()
public ShoppingContent.Orderpayments.Notifyrefund setOrderId(String orderId)
public ShoppingContent.Orderpayments.Notifyrefund set(String parameterName, Object value)
set
in class ShoppingContentRequest<OrderpaymentsNotifyRefundResponse>
Copyright © 2011–2019 Google. All rights reserved.