public class ShoppingContent.Orderpayments extends Object
Modifier and Type | Class and Description |
---|---|
class |
ShoppingContent.Orderpayments.Notifyauthapproved |
class |
ShoppingContent.Orderpayments.Notifyauthdeclined |
class |
ShoppingContent.Orderpayments.Notifycharge |
class |
ShoppingContent.Orderpayments.Notifyrefund |
Constructor and Description |
---|
Orderpayments() |
Modifier and Type | Method and Description |
---|---|
ShoppingContent.Orderpayments.Notifyauthapproved |
notifyauthapproved(BigInteger merchantId,
String orderId,
OrderpaymentsNotifyAuthApprovedRequest content)
Notify about successfully authorizing user's payment method for a given amount.
|
ShoppingContent.Orderpayments.Notifyauthdeclined |
notifyauthdeclined(BigInteger merchantId,
String orderId,
OrderpaymentsNotifyAuthDeclinedRequest content)
Notify about failure to authorize user's payment method.
|
ShoppingContent.Orderpayments.Notifycharge |
notifycharge(BigInteger merchantId,
String orderId,
OrderpaymentsNotifyChargeRequest content)
Notify about charge on user's selected payments method.
|
ShoppingContent.Orderpayments.Notifyrefund |
notifyrefund(BigInteger merchantId,
String orderId,
OrderpaymentsNotifyRefundRequest content)
Notify about refund on user's selected payments method.
|
public ShoppingContent.Orderpayments.Notifyauthapproved notifyauthapproved(BigInteger merchantId, String orderId, OrderpaymentsNotifyAuthApprovedRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.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
IOException
public ShoppingContent.Orderpayments.Notifyauthdeclined notifyauthdeclined(BigInteger merchantId, String orderId, OrderpaymentsNotifyAuthDeclinedRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.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
IOException
public ShoppingContent.Orderpayments.Notifycharge notifycharge(BigInteger merchantId, String orderId, OrderpaymentsNotifyChargeRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.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 OrderpaymentsNotifyChargeRequest
IOException
public ShoppingContent.Orderpayments.Notifyrefund notifyrefund(BigInteger merchantId, String orderId, OrderpaymentsNotifyRefundRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.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
IOException
Copyright © 2011–2019 Google. All rights reserved.