Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Content
Collection
OrderpaymentsCollection
Interface OrderpaymentsCollection
interface
OrderpaymentsCollection
{
notifyauthapproved
(
resource
:
OrderpaymentsNotifyAuthApprovedRequest
,
merchantId
:
string
,
orderId
:
string
,
)
:
OrderpaymentsNotifyAuthApprovedResponse
;
notifyauthdeclined
(
resource
:
OrderpaymentsNotifyAuthDeclinedRequest
,
merchantId
:
string
,
orderId
:
string
,
)
:
OrderpaymentsNotifyAuthDeclinedResponse
;
notifycharge
(
resource
:
OrderpaymentsNotifyChargeRequest
,
merchantId
:
string
,
orderId
:
string
,
)
:
OrderpaymentsNotifyChargeResponse
;
notifyrefund
(
resource
:
OrderpaymentsNotifyRefundRequest
,
merchantId
:
string
,
orderId
:
string
,
)
:
OrderpaymentsNotifyRefundResponse
;
}
Index
Methods
notifyauthapproved
notifyauthdeclined
notifycharge
notifyrefund
Methods
notifyauthapproved
notifyauthapproved
(
resource
:
OrderpaymentsNotifyAuthApprovedRequest
,
merchantId
:
string
,
orderId
:
string
,
)
:
OrderpaymentsNotifyAuthApprovedResponse
Parameters
resource
:
OrderpaymentsNotifyAuthApprovedRequest
merchantId
:
string
orderId
:
string
Returns
OrderpaymentsNotifyAuthApprovedResponse
notifyauthdeclined
notifyauthdeclined
(
resource
:
OrderpaymentsNotifyAuthDeclinedRequest
,
merchantId
:
string
,
orderId
:
string
,
)
:
OrderpaymentsNotifyAuthDeclinedResponse
Parameters
resource
:
OrderpaymentsNotifyAuthDeclinedRequest
merchantId
:
string
orderId
:
string
Returns
OrderpaymentsNotifyAuthDeclinedResponse
notifycharge
notifycharge
(
resource
:
OrderpaymentsNotifyChargeRequest
,
merchantId
:
string
,
orderId
:
string
,
)
:
OrderpaymentsNotifyChargeResponse
Parameters
resource
:
OrderpaymentsNotifyChargeRequest
merchantId
:
string
orderId
:
string
Returns
OrderpaymentsNotifyChargeResponse
notifyrefund
notifyrefund
(
resource
:
OrderpaymentsNotifyRefundRequest
,
merchantId
:
string
,
orderId
:
string
,
)
:
OrderpaymentsNotifyRefundResponse
Parameters
resource
:
OrderpaymentsNotifyRefundRequest
merchantId
:
string
orderId
:
string
Returns
OrderpaymentsNotifyRefundResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
notifyauthapproved
notifyauthdeclined
notifycharge
notifyrefund
Google Apps Script API
Loading...