Provides information about a product.
Static methods
staticfromJson(json:ProductInfoData):ProductInfo
Creates a new Dell order from the specified JSON object.
Provides information about a product.
staticfromJson(json:ProductInfoData):ProductInfo
Creates a new Dell order from the specified JSON object.
new(?__coco_init:{skuNumber:Null<String>, serviceTags:Null<List<String>>, itemQuantity:Null<Int>, description:Null<String>})
finalobservables:{skuNumber:Observable<String>, serviceTags:Observable<List<String>>, itemQuantity:Observable<Int>, isInTransition:Observable<Bool>, description:Observable<String>}