new module:model/AppStoreProduct()
- Source:
Constructs a new AppStoreProduct
.
Contains information about an APP store product.
Members
(inner) marketPlace :String
- Source:
Type:
- String
(inner) productId :String
- Source:
The Product ID from the AppStore.
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/AppStoreProduct}
- Source:
Constructs a AppStoreProduct
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/AppStoreProduct | Optional instance to populate. |
Returns:
The populated AppStoreProduct
instance.