Reference / Modules / client / MergedTermsAndConditionsElement
Class: MergedTermsAndConditionsElement
client.MergedTermsAndConditionsElement
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new MergedTermsAndConditionsElement(params
): MergedTermsAndConditionsElement
Parameters
Name | Type |
---|---|
params | Object |
params.details | HashString |
params.tcLocId | UUID |
params.type | HashString |
Returns
MergedTermsAndConditionsElement
Defined in
packages/client/src/license/Factory.ts:15
Properties
details
• Readonly
details: HashString
Defined in
packages/client/src/license/Factory.ts:22
tcLocId
• Readonly
tcLocId: UUID
Defined in
packages/client/src/license/Factory.ts:23
type
• Readonly
type: HashString
Defined in
packages/client/src/license/Factory.ts:21
Methods
toTermsAndConditionsElement
▸ toTermsAndConditionsElement(): TermsAndConditionsElement