Constructor ProductMetadata
ProductMetadata(string, string, string, string, decimal)
Parametrized constructor
Declaration
public ProductMetadata(string priceString, string title, string description, string currencyCode, decimal localizedPrice)
Parameters
Type | Name | Description |
---|---|---|
string | priceString | The price, as a string. |
string | title | The title of the product. |
string | description | The description of the product. |
string | currencyCode | The currency code of the localized price. |
decimal | localizedPrice | The localized price, by currency. |
ProductMetadata(ProductMetadata)
Copy constructor
Declaration
public ProductMetadata(ProductMetadata productMetadata)
Parameters
Type | Name | Description |
---|---|---|
ProductMetadata | productMetadata | The ProductMetadata, as an object. |
ProductMetadata()
Default constructor
Declaration
public ProductMetadata()