projects/congarevenuecloud/ecommerce/src/lib/modules/catalog/classes/product-information.model.ts
Properties |
Attachments |
Type : Array<Attachment>
|
Default value : [new Attachment()]
|
Decorators :
@Expose({name: 'Attachments'})
|
ClassificationId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ClassificationId'})
|
ContentUrl |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ContentUrl'})
|
Description |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Description'})
|
EmbedCode |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'EmbedCode'})
|
FileId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'FileId'})
|
InformationType |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'InformationType'})
|
Name |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Name'})
|
ProductId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ProductId'})
|
Sequence |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'Sequence'})
|
Type |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Type'})
|