@@ -120,36 +120,16 @@ public class LootLockerEntitlementHistoryReward
120
120
public string Id { get ; set ; }
121
121
}
122
122
123
- //==================================================
124
- // Response Definitions
125
- //==================================================
126
-
127
- /// <summary>
128
- /// </summary>
129
- public class LootLockerEntitlementHistoryResponse : LootLockerResponse
130
- {
131
-
132
- /// <summary>
133
- /// List of entitlement history entries
134
- /// </summary>
135
- public LootLockerEntitlementListing [ ] Listings { get ; set ; }
136
-
137
- /// <summary>
138
- /// Pagination data to use for subsequent requests
139
- /// </summary>
140
- public LootLockerPaginationResponse < string > Pagination { get ; set ; }
141
- }
142
-
143
123
/// <summary>
144
124
/// </summary>
145
125
public class LootLockerEntitlementListing
146
126
{
147
-
127
+
148
128
/// <summary>
149
129
/// When this entitlement listing was created
150
130
/// </summary>
151
131
public string Created_at { get ; set ; }
152
-
132
+
153
133
/// <summary>
154
134
/// The unique identifier of this entitlement listing
155
135
/// </summary>
@@ -186,4 +166,24 @@ public class LootLockerEntitlementListing
186
166
/// </summary>
187
167
public LootLockerEntitlementHistoryListingType Type { get ; set ; } = LootLockerEntitlementHistoryListingType . Undefined ;
188
168
}
169
+
170
+ //==================================================
171
+ // Response Definitions
172
+ //==================================================
173
+
174
+ /// <summary>
175
+ /// </summary>
176
+ public class LootLockerEntitlementHistoryResponse : LootLockerResponse
177
+ {
178
+
179
+ /// <summary>
180
+ /// List of entitlement history entries
181
+ /// </summary>
182
+ public LootLockerEntitlementListing [ ] Listings { get ; set ; }
183
+
184
+ /// <summary>
185
+ /// Pagination data to use for subsequent requests
186
+ /// </summary>
187
+ public LootLockerPaginationResponse < string > Pagination { get ; set ; }
188
+ }
189
189
}
0 commit comments