Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Content
Collection
AccountsCollection
Interface AccountsCollection
interface
AccountsCollection
{
authinfo
()
:
AccountsAuthInfoResponse
;
claimwebsite
(
merchantId
:
string
,
accountId
:
string
,
)
:
AccountsClaimWebsiteResponse
;
claimwebsite
(
merchantId
:
string
,
accountId
:
string
,
optionalArgs
:
object
,
)
:
AccountsClaimWebsiteResponse
;
custombatch
(
resource
:
AccountsCustomBatchRequest
,
)
:
AccountsCustomBatchResponse
;
custombatch
(
resource
:
AccountsCustomBatchRequest
,
optionalArgs
:
object
,
)
:
AccountsCustomBatchResponse
;
get
(
merchantId
:
string
,
accountId
:
string
,
)
:
GoogleAppsScript
.
Content
.
Schema
.
Account
;
insert
(
resource
:
GoogleAppsScript
.
Content
.
Schema
.
Account
,
merchantId
:
string
,
)
:
GoogleAppsScript
.
Content
.
Schema
.
Account
;
insert
(
resource
:
GoogleAppsScript
.
Content
.
Schema
.
Account
,
merchantId
:
string
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
Content
.
Schema
.
Account
;
link
(
resource
:
AccountsLinkRequest
,
merchantId
:
string
,
accountId
:
string
,
)
:
AccountsLinkResponse
;
list
(
merchantId
:
string
,
)
:
GoogleAppsScript
.
Content
.
Schema
.
AccountsListResponse
;
list
(
merchantId
:
string
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
Content
.
Schema
.
AccountsListResponse
;
patch
(
resource
:
GoogleAppsScript
.
Content
.
Schema
.
Account
,
merchantId
:
string
,
accountId
:
string
,
)
:
GoogleAppsScript
.
Content
.
Schema
.
Account
;
patch
(
resource
:
GoogleAppsScript
.
Content
.
Schema
.
Account
,
merchantId
:
string
,
accountId
:
string
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
Content
.
Schema
.
Account
;
remove
(
merchantId
:
string
,
accountId
:
string
)
:
void
;
remove
(
merchantId
:
string
,
accountId
:
string
,
optionalArgs
:
object
)
:
void
;
update
(
resource
:
GoogleAppsScript
.
Content
.
Schema
.
Account
,
merchantId
:
string
,
accountId
:
string
,
)
:
GoogleAppsScript
.
Content
.
Schema
.
Account
;
update
(
resource
:
GoogleAppsScript
.
Content
.
Schema
.
Account
,
merchantId
:
string
,
accountId
:
string
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
Content
.
Schema
.
Account
;
}
Index
Methods
authinfo
claimwebsite
custombatch
get
insert
link
list
patch
remove
update
Methods
authinfo
authinfo
()
:
AccountsAuthInfoResponse
Returns
AccountsAuthInfoResponse
claimwebsite
claimwebsite
(
merchantId
:
string
,
accountId
:
string
,
)
:
AccountsClaimWebsiteResponse
Parameters
merchantId
:
string
accountId
:
string
Returns
AccountsClaimWebsiteResponse
claimwebsite
(
merchantId
:
string
,
accountId
:
string
,
optionalArgs
:
object
,
)
:
AccountsClaimWebsiteResponse
Parameters
merchantId
:
string
accountId
:
string
optionalArgs
:
object
Returns
AccountsClaimWebsiteResponse
custombatch
custombatch
(
resource
:
AccountsCustomBatchRequest
)
:
AccountsCustomBatchResponse
Parameters
resource
:
AccountsCustomBatchRequest
Returns
AccountsCustomBatchResponse
custombatch
(
resource
:
AccountsCustomBatchRequest
,
optionalArgs
:
object
,
)
:
AccountsCustomBatchResponse
Parameters
resource
:
AccountsCustomBatchRequest
optionalArgs
:
object
Returns
AccountsCustomBatchResponse
get
get
(
merchantId
:
string
,
accountId
:
string
,
)
:
GoogleAppsScript
.
Content
.
Schema
.
Account
Parameters
merchantId
:
string
accountId
:
string
Returns
GoogleAppsScript
.
Content
.
Schema
.
Account
insert
insert
(
resource
:
GoogleAppsScript
.
Content
.
Schema
.
Account
,
merchantId
:
string
,
)
:
GoogleAppsScript
.
Content
.
Schema
.
Account
Parameters
resource
:
GoogleAppsScript
.
Content
.
Schema
.
Account
merchantId
:
string
Returns
GoogleAppsScript
.
Content
.
Schema
.
Account
insert
(
resource
:
GoogleAppsScript
.
Content
.
Schema
.
Account
,
merchantId
:
string
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
Content
.
Schema
.
Account
Parameters
resource
:
GoogleAppsScript
.
Content
.
Schema
.
Account
merchantId
:
string
optionalArgs
:
object
Returns
GoogleAppsScript
.
Content
.
Schema
.
Account
link
link
(
resource
:
AccountsLinkRequest
,
merchantId
:
string
,
accountId
:
string
,
)
:
AccountsLinkResponse
Parameters
resource
:
AccountsLinkRequest
merchantId
:
string
accountId
:
string
Returns
AccountsLinkResponse
list
list
(
merchantId
:
string
)
:
GoogleAppsScript
.
Content
.
Schema
.
AccountsListResponse
Parameters
merchantId
:
string
Returns
GoogleAppsScript
.
Content
.
Schema
.
AccountsListResponse
list
(
merchantId
:
string
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
Content
.
Schema
.
AccountsListResponse
Parameters
merchantId
:
string
optionalArgs
:
object
Returns
GoogleAppsScript
.
Content
.
Schema
.
AccountsListResponse
patch
patch
(
resource
:
GoogleAppsScript
.
Content
.
Schema
.
Account
,
merchantId
:
string
,
accountId
:
string
,
)
:
GoogleAppsScript
.
Content
.
Schema
.
Account
Parameters
resource
:
GoogleAppsScript
.
Content
.
Schema
.
Account
merchantId
:
string
accountId
:
string
Returns
GoogleAppsScript
.
Content
.
Schema
.
Account
patch
(
resource
:
GoogleAppsScript
.
Content
.
Schema
.
Account
,
merchantId
:
string
,
accountId
:
string
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
Content
.
Schema
.
Account
Parameters
resource
:
GoogleAppsScript
.
Content
.
Schema
.
Account
merchantId
:
string
accountId
:
string
optionalArgs
:
object
Returns
GoogleAppsScript
.
Content
.
Schema
.
Account
remove
remove
(
merchantId
:
string
,
accountId
:
string
)
:
void
Parameters
merchantId
:
string
accountId
:
string
Returns
void
remove
(
merchantId
:
string
,
accountId
:
string
,
optionalArgs
:
object
)
:
void
Parameters
merchantId
:
string
accountId
:
string
optionalArgs
:
object
Returns
void
update
update
(
resource
:
GoogleAppsScript
.
Content
.
Schema
.
Account
,
merchantId
:
string
,
accountId
:
string
,
)
:
GoogleAppsScript
.
Content
.
Schema
.
Account
Parameters
resource
:
GoogleAppsScript
.
Content
.
Schema
.
Account
merchantId
:
string
accountId
:
string
Returns
GoogleAppsScript
.
Content
.
Schema
.
Account
update
(
resource
:
GoogleAppsScript
.
Content
.
Schema
.
Account
,
merchantId
:
string
,
accountId
:
string
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
Content
.
Schema
.
Account
Parameters
resource
:
GoogleAppsScript
.
Content
.
Schema
.
Account
merchantId
:
string
accountId
:
string
optionalArgs
:
object
Returns
GoogleAppsScript
.
Content
.
Schema
.
Account
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
authinfo
claimwebsite
custombatch
get
insert
link
list
patch
remove
update
Google Apps Script API
Loading...