You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -122,9 +122,9 @@ public class LootLockerCatalogEntry
122
122
/// </summary>
123
123
publicstringentity_id{get;set;}
124
124
/// <summary>
125
-
/// A unique id for this entry in this catalog grouping the entity and the prices. This is the key you use to look up details about the entity in the structure signified by the entity_kind.
126
-
/// </summary>
127
-
publicstringgrouping_key{get;set;}
125
+
/// A unique listing id for this entry in this catalog, grouping the entity and the prices. This is the key you use to look up details about the entity in the structure signified by the entity_kind.
126
+
/// </summary>
127
+
publicstringcatalog_listing_id{get;set;}
128
128
/// <summary>
129
129
/// Whether this entry is currently purchasable
130
130
/// </summary>
@@ -160,9 +160,9 @@ public class LootLockerAssetDetails
160
160
/// </summary>
161
161
publicstringthumbnail{get;set;}
162
162
/// <summary>
163
-
/// The grouping key for this asset detail
163
+
/// The catalog listing id for this asset detail
164
164
/// </summary>
165
-
publicstringgrouping_key{get;set;}
165
+
publicstringcatalog_listing_id{get;set;}
166
166
167
167
}
168
168
@@ -187,9 +187,9 @@ public class LootLockerProgressionPointDetails
187
187
/// </summary>
188
188
publicstringid{get;set;}
189
189
/// <summary>
190
-
/// The grouping key for this progression point detail
190
+
/// The catalog listing id for this progression point detail
191
191
/// </summary>
192
-
publicstringgrouping_key{get;set;}
192
+
publicstringcatalog_listing_id{get;set;}
193
193
}
194
194
195
195
/// <summary>
@@ -209,9 +209,9 @@ public class LootLockerProgressionResetDetails
209
209
/// </summary>
210
210
publicstringid{get;set;}
211
211
/// <summary>
212
-
/// The grouping key for this progression reset detail
212
+
/// The catalog listing id for this progression reset detail
213
213
/// </summary>
214
-
publicstringgrouping_key{get;set;}
214
+
publicstringcatalog_listing_id{get;set;}
215
215
}
216
216
217
217
/// <summary>
@@ -235,9 +235,9 @@ public class LootLockerCurrencyDetails
235
235
/// </summary>
236
236
publicstringid{get;set;}
237
237
/// <summary>
238
-
/// The grouping key for this currency detail
238
+
/// The catalog listing id for this currency detail
0 commit comments