Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit f993180

Browse files
author
Not Officer
committed
added 'Giftable' and 'Refundable'
1 parent f9c8cd0 commit f993180

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Fortnite-API/Objects/BrShopEntry.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ public class BrShopEntry
99
[J("regularPrice")] public int RegularPrice { get; private set; }
1010
[J("finalPrice")] public int FinalPrice { get; private set; }
1111
[J("isBundle")] public bool IsBundle { get; private set; }
12+
[J("giftable")] public bool Giftable { get; private set; }
13+
[J("refundable")] public bool Refundable { get; private set; }
1214
[J("panel")] public int Panel { get; private set; }
1315
[J("sortPriority")] public int SortPriority { get; private set; }
1416
[J("banner")] public string Banner { get; private set; }

0 commit comments

Comments
 (0)