| PriceViewModelSettings Constructor (String, String, String, String, Int32, Boolean) |
Namespace:
Dynamicweb.Ecommerce.ProductCatalog
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public PriceViewModelSettings(
string languageId,
string currencyCode,
string countryCode,
string shopId,
int userId,
bool pricesWithVat
)
Public Sub New (
languageId As String,
currencyCode As String,
countryCode As String,
shopId As String,
userId As Integer,
pricesWithVat As Boolean
)
Parameters
- languageId
- Type: SystemString
- currencyCode
- Type: SystemString
- countryCode
- Type: SystemString
- shopId
- Type: SystemString
- userId
- Type: SystemInt32
- pricesWithVat
- Type: SystemBoolean
See Also