public class XPFStore extends XPFEntity
| Modifier and Type | Field and Description | 
|---|---|
private @NonNull Set<XPFCartType> | 
cartTypes
A set of cart types supported by this store. 
 | 
private @NonNull XPFCatalog | 
catalog
The store's associated catalog. 
 | 
private @NonNull String | 
code
The store code. 
 | 
private Currency | 
defaultCurrency
The store's default currency. 
 | 
private Locale | 
defaultLocale
The store's default locale. 
 | 
private @NonNull String | 
name
The store display name. 
 | 
private @NonNull Set<Currency> | 
supportedCurrencies
The set of supported currencies. 
 | 
private @NonNull Set<Locale> | 
supportedLocales
The set of supported locales. 
 | 
private @NonNull TimeZone | 
timeZone
The store's time zone. 
 | 
| Constructor and Description | 
|---|
XPFStore()  | 
@NonNull private final @NonNull String code
@NonNull private final @NonNull String name
@NonNull private final @NonNull TimeZone timeZone
@NonNull private final @NonNull XPFCatalog catalog
private final Currency defaultCurrency
private final Locale defaultLocale
@NonNull private final @NonNull Set<XPFCartType> cartTypes
@NonNull private final @NonNull Set<Currency> supportedCurrencies
Copyright © 2023. All rights reserved.