public class XPFProductSkuOptionValue extends XPFEntity
| Modifier and Type | Field and Description | 
|---|---|
private @NonNull Map<Locale,String> | 
displayNames
The product sku option value display name. 
 | 
private @NonNull String | 
key
The product sku option value key. 
 | 
private @NonNull XPFProductSkuOption | 
productSkuOption
The product sku option that this value belongs to. 
 | 
| Constructor and Description | 
|---|
XPFProductSkuOptionValue()  | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<String> | 
getDisplayName(Locale locale)
Get localized display name for a locale with fallback behavior. 
 | 
@NonNull private final @NonNull String key
@NonNull private final @NonNull Map<Locale,String> displayNames
@NonNull private final @NonNull XPFProductSkuOption productSkuOption
Copyright © 2023. All rights reserved.