public class ShoppingContent.Orderpayments.Notifyauthapproved extends ShoppingContentRequest<OrderpaymentsNotifyAuthApprovedResponse>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
USER_AGENT_SUFFIX
Modifier | Constructor and Description |
---|---|
protected |
Notifyauthapproved(BigInteger merchantId,
String orderId,
OrderpaymentsNotifyAuthApprovedRequest content)
Notify about successfully authorizing user's payment method for a given amount.
|
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 Notifyauthapproved(BigInteger merchantId, String orderId, OrderpaymentsNotifyAuthApprovedRequest content)
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation. Notifyauthapproved#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 for which payment authorization is happening.content
- the OrderpaymentsNotifyAuthApprovedRequest
public ShoppingContent.Orderpayments.Notifyauthapproved setAlt(String alt)
ShoppingContentRequest
setAlt
in class ShoppingContentRequest<OrderpaymentsNotifyAuthApprovedResponse>
public ShoppingContent.Orderpayments.Notifyauthapproved setFields(String fields)
ShoppingContentRequest
setFields
in class ShoppingContentRequest<OrderpaymentsNotifyAuthApprovedResponse>
public ShoppingContent.Orderpayments.Notifyauthapproved setKey(String key)
ShoppingContentRequest
setKey
in class ShoppingContentRequest<OrderpaymentsNotifyAuthApprovedResponse>
public ShoppingContent.Orderpayments.Notifyauthapproved setOauthToken(String oauthToken)
ShoppingContentRequest
setOauthToken
in class ShoppingContentRequest<OrderpaymentsNotifyAuthApprovedResponse>
public ShoppingContent.Orderpayments.Notifyauthapproved setPrettyPrint(Boolean prettyPrint)
ShoppingContentRequest
setPrettyPrint
in class ShoppingContentRequest<OrderpaymentsNotifyAuthApprovedResponse>
public ShoppingContent.Orderpayments.Notifyauthapproved setQuotaUser(String quotaUser)
ShoppingContentRequest
setQuotaUser
in class ShoppingContentRequest<OrderpaymentsNotifyAuthApprovedResponse>
public ShoppingContent.Orderpayments.Notifyauthapproved setUserIp(String userIp)
ShoppingContentRequest
setUserIp
in class ShoppingContentRequest<OrderpaymentsNotifyAuthApprovedResponse>
public BigInteger getMerchantId()
public ShoppingContent.Orderpayments.Notifyauthapproved setMerchantId(BigInteger merchantId)
public String getOrderId()
public ShoppingContent.Orderpayments.Notifyauthapproved setOrderId(String orderId)
public ShoppingContent.Orderpayments.Notifyauthapproved set(String parameterName, Object value)
set
in class ShoppingContentRequest<OrderpaymentsNotifyAuthApprovedResponse>
Copyright © 2011–2019 Google. All rights reserved.