public class ShoppingContent.Orderpayments.Notifyauthdeclined extends ShoppingContentRequest<OrderpaymentsNotifyAuthDeclinedResponse>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
USER_AGENT_SUFFIX
Modifier | Constructor and Description |
---|---|
protected |
Notifyauthdeclined(BigInteger merchantId,
String orderId,
OrderpaymentsNotifyAuthDeclinedRequest content)
Notify about failure to authorize user's payment method.
|
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 Notifyauthdeclined(BigInteger merchantId, String orderId, OrderpaymentsNotifyAuthDeclinedRequest content)
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation. Notifyauthdeclined#initialize(com.google.api.client.googleapis.services.A
bstractGoogleClientRequest)
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 payment authorization was declined.content
- the OrderpaymentsNotifyAuthDeclinedRequest
public ShoppingContent.Orderpayments.Notifyauthdeclined setAlt(String alt)
ShoppingContentRequest
setAlt
in class ShoppingContentRequest<OrderpaymentsNotifyAuthDeclinedResponse>
public ShoppingContent.Orderpayments.Notifyauthdeclined setFields(String fields)
ShoppingContentRequest
setFields
in class ShoppingContentRequest<OrderpaymentsNotifyAuthDeclinedResponse>
public ShoppingContent.Orderpayments.Notifyauthdeclined setKey(String key)
ShoppingContentRequest
setKey
in class ShoppingContentRequest<OrderpaymentsNotifyAuthDeclinedResponse>
public ShoppingContent.Orderpayments.Notifyauthdeclined setOauthToken(String oauthToken)
ShoppingContentRequest
setOauthToken
in class ShoppingContentRequest<OrderpaymentsNotifyAuthDeclinedResponse>
public ShoppingContent.Orderpayments.Notifyauthdeclined setPrettyPrint(Boolean prettyPrint)
ShoppingContentRequest
setPrettyPrint
in class ShoppingContentRequest<OrderpaymentsNotifyAuthDeclinedResponse>
public ShoppingContent.Orderpayments.Notifyauthdeclined setQuotaUser(String quotaUser)
ShoppingContentRequest
setQuotaUser
in class ShoppingContentRequest<OrderpaymentsNotifyAuthDeclinedResponse>
public ShoppingContent.Orderpayments.Notifyauthdeclined setUserIp(String userIp)
ShoppingContentRequest
setUserIp
in class ShoppingContentRequest<OrderpaymentsNotifyAuthDeclinedResponse>
public BigInteger getMerchantId()
public ShoppingContent.Orderpayments.Notifyauthdeclined setMerchantId(BigInteger merchantId)
public String getOrderId()
public ShoppingContent.Orderpayments.Notifyauthdeclined setOrderId(String orderId)
public ShoppingContent.Orderpayments.Notifyauthdeclined set(String parameterName, Object value)
set
in class ShoppingContentRequest<OrderpaymentsNotifyAuthDeclinedResponse>
Copyright © 2011–2019 Google. All rights reserved.