Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
AdminReseller
Collection
SubscriptionsCollection
Interface SubscriptionsCollection
interface
SubscriptionsCollection
{
activate
(
customerId
:
string
,
subscriptionId
:
string
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
;
changePlan
(
resource
:
ChangePlanRequest
,
customerId
:
string
,
subscriptionId
:
string
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
;
changeRenewalSettings
(
resource
:
RenewalSettings
,
customerId
:
string
,
subscriptionId
:
string
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
;
changeSeats
(
resource
:
Seats
,
customerId
:
string
,
subscriptionId
:
string
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
;
get
(
customerId
:
string
,
subscriptionId
:
string
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
;
insert
(
resource
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
,
customerId
:
string
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
;
insert
(
resource
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
,
customerId
:
string
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
;
list
()
:
Subscriptions
;
list
(
optionalArgs
:
object
)
:
Subscriptions
;
remove
(
customerId
:
string
,
subscriptionId
:
string
,
deletionType
:
string
,
)
:
void
;
startPaidService
(
customerId
:
string
,
subscriptionId
:
string
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
;
suspend
(
customerId
:
string
,
subscriptionId
:
string
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
;
}
Index
Methods
activate
change
Plan
change
Renewal
Settings
change
Seats
get
insert
list
remove
start
Paid
Service
suspend
Methods
activate
activate
(
customerId
:
string
,
subscriptionId
:
string
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
Parameters
customerId
:
string
subscriptionId
:
string
Returns
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
change
Plan
changePlan
(
resource
:
ChangePlanRequest
,
customerId
:
string
,
subscriptionId
:
string
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
Parameters
resource
:
ChangePlanRequest
customerId
:
string
subscriptionId
:
string
Returns
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
change
Renewal
Settings
changeRenewalSettings
(
resource
:
RenewalSettings
,
customerId
:
string
,
subscriptionId
:
string
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
Parameters
resource
:
RenewalSettings
customerId
:
string
subscriptionId
:
string
Returns
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
change
Seats
changeSeats
(
resource
:
Seats
,
customerId
:
string
,
subscriptionId
:
string
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
Parameters
resource
:
Seats
customerId
:
string
subscriptionId
:
string
Returns
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
get
get
(
customerId
:
string
,
subscriptionId
:
string
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
Parameters
customerId
:
string
subscriptionId
:
string
Returns
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
insert
insert
(
resource
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
,
customerId
:
string
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
Parameters
resource
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
customerId
:
string
Returns
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
insert
(
resource
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
,
customerId
:
string
,
optionalArgs
:
object
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
Parameters
resource
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
customerId
:
string
optionalArgs
:
object
Returns
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
list
list
()
:
Subscriptions
Returns
Subscriptions
list
(
optionalArgs
:
object
)
:
Subscriptions
Parameters
optionalArgs
:
object
Returns
Subscriptions
remove
remove
(
customerId
:
string
,
subscriptionId
:
string
,
deletionType
:
string
)
:
void
Parameters
customerId
:
string
subscriptionId
:
string
deletionType
:
string
Returns
void
start
Paid
Service
startPaidService
(
customerId
:
string
,
subscriptionId
:
string
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
Parameters
customerId
:
string
subscriptionId
:
string
Returns
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
suspend
suspend
(
customerId
:
string
,
subscriptionId
:
string
,
)
:
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
Parameters
customerId
:
string
subscriptionId
:
string
Returns
GoogleAppsScript
.
AdminReseller
.
Schema
.
Subscription
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
activate
change
Plan
change
Renewal
Settings
change
Seats
get
insert
list
remove
start
Paid
Service
suspend
Google Apps Script API
Loading...