2.0.0: slug-based quests, scenarios and offers; environment carried by the token; regenerated models
Claude-Session: https://claude.ai/code/session_01SMCvdwDmuxoaqGgvGBLk1V
This commit is contained in:
@@ -8,8 +8,8 @@ public class PurchaseOfferRequest
|
||||
[JsonProperty("idempotencyKey")]
|
||||
public string? IdempotencyKey { get; set; }
|
||||
|
||||
[JsonProperty("offerId")]
|
||||
public string? OfferId { get; set; }
|
||||
[JsonProperty("offerSlug")]
|
||||
public string? OfferSlug { get; set; }
|
||||
|
||||
[JsonProperty("storeSlug")]
|
||||
public string? StoreSlug { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user