Skip to content

Commit

Permalink
update iap service api schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jonny-jeahyunchoi committed Dec 10, 2024
1 parent 1947b3d commit ba2c82b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,10 @@ public class ProductSchema
public string? BgPath { get; set; }
[JsonPropertyName("popup_path_key")]
public string? PopupPathKey { get; set; }
[JsonPropertyName("open_timestamp")]
public string? OpenTimestamp { get; set; }
[JsonPropertyName("close_timestamp")]
public string? CloseTimestamp { get; set; }
[JsonPropertyName("fav_list")]
public List<FungibleAssetValueSchema> FavList { get; set; }
[JsonPropertyName("fungible_item_list")]
Expand Down

0 comments on commit ba2c82b

Please sign in to comment.