Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Content
Collection
AccounttaxCollection
Interface AccounttaxCollection
interface
AccounttaxCollection
{
custombatch
(
resource
:
AccounttaxCustomBatchRequest
,
)
:
AccounttaxCustomBatchResponse
;
custombatch
(
resource
:
AccounttaxCustomBatchRequest
,
optionalArgs
:
object
,
)
:
AccounttaxCustomBatchResponse
;
get
(
merchantId
:
string
,
accountId
:
string
)
:
AccountTax
;
list
(
merchantId
:
string
)
:
AccounttaxListResponse
;
list
(
merchantId
:
string
,
optionalArgs
:
object
)
:
AccounttaxListResponse
;
patch
(
resource
:
AccountTax
,
merchantId
:
string
,
accountId
:
string
,
)
:
AccountTax
;
patch
(
resource
:
AccountTax
,
merchantId
:
string
,
accountId
:
string
,
optionalArgs
:
object
,
)
:
AccountTax
;
update
(
resource
:
AccountTax
,
merchantId
:
string
,
accountId
:
string
,
)
:
AccountTax
;
update
(
resource
:
AccountTax
,
merchantId
:
string
,
accountId
:
string
,
optionalArgs
:
object
,
)
:
AccountTax
;
}
Index
Methods
custombatch
get
list
patch
update
Methods
custombatch
custombatch
(
resource
:
AccounttaxCustomBatchRequest
,
)
:
AccounttaxCustomBatchResponse
Parameters
resource
:
AccounttaxCustomBatchRequest
Returns
AccounttaxCustomBatchResponse
custombatch
(
resource
:
AccounttaxCustomBatchRequest
,
optionalArgs
:
object
,
)
:
AccounttaxCustomBatchResponse
Parameters
resource
:
AccounttaxCustomBatchRequest
optionalArgs
:
object
Returns
AccounttaxCustomBatchResponse
get
get
(
merchantId
:
string
,
accountId
:
string
)
:
AccountTax
Parameters
merchantId
:
string
accountId
:
string
Returns
AccountTax
list
list
(
merchantId
:
string
)
:
AccounttaxListResponse
Parameters
merchantId
:
string
Returns
AccounttaxListResponse
list
(
merchantId
:
string
,
optionalArgs
:
object
)
:
AccounttaxListResponse
Parameters
merchantId
:
string
optionalArgs
:
object
Returns
AccounttaxListResponse
patch
patch
(
resource
:
AccountTax
,
merchantId
:
string
,
accountId
:
string
)
:
AccountTax
Parameters
resource
:
AccountTax
merchantId
:
string
accountId
:
string
Returns
AccountTax
patch
(
resource
:
AccountTax
,
merchantId
:
string
,
accountId
:
string
,
optionalArgs
:
object
,
)
:
AccountTax
Parameters
resource
:
AccountTax
merchantId
:
string
accountId
:
string
optionalArgs
:
object
Returns
AccountTax
update
update
(
resource
:
AccountTax
,
merchantId
:
string
,
accountId
:
string
)
:
AccountTax
Parameters
resource
:
AccountTax
merchantId
:
string
accountId
:
string
Returns
AccountTax
update
(
resource
:
AccountTax
,
merchantId
:
string
,
accountId
:
string
,
optionalArgs
:
object
,
)
:
AccountTax
Parameters
resource
:
AccountTax
merchantId
:
string
accountId
:
string
optionalArgs
:
object
Returns
AccountTax
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
custombatch
get
list
patch
update
Google Apps Script API
Loading...