@signageos/sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Company
Management
constructor
options
RESOURCE
get
list
set
Billing
Plan
Hierarchy
CompanyManagement
Index
Constructors
constructor
Properties
options
RESOURCE
Methods
get
list
set
Billing
Plan
Constructors
constructor
new
Company
Management
(
options
:
IOptions
)
:
CompanyManagement
Parameters
options:
IOptions
Returns
CompanyManagement
Properties
Private
options
options
:
IOptions
Static
Readonly
RESOURCE
RESOURCE
:
string
= "company"
Methods
get
get
(
companyUid
:
string
, filter
?:
ICompanyFilter
)
:
Promise
<
IOrganization
>
Parameters
companyUid:
string
Default value
filter:
ICompanyFilter
= {}
Returns
Promise
<
IOrganization
>
list
list
(
filter
?:
ICompanyFilter
)
:
Promise
<
ICompany
[]
>
Parameters
Default value
filter:
ICompanyFilter
= {}
Returns
Promise
<
ICompany
[]
>
set
Billing
Plan
set
Billing
Plan
(
companyUid
:
string
, billingPlan
:
BillingPlan
)
:
Promise
<
void
>
Parameters
companyUid:
string
billingPlan:
BillingPlan
Returns
Promise
<
void
>
Generated using
TypeDoc