Quick Reference | Field | Semantic | |--|--| | | ONLY the fields that changed; diff the current object against this | | | Previous cumulative refund total — subtract from for per-event delta | | | CUMULATIVE across all refunds, NEVER per-event | | | true - embedded is page 1; paginate with | | | The cursor for on the next page | | | Resumes AFTER the cursor — does NOT re-scan page 1 | When to Use This Skill Use whenever: - You read an embedded array from a Stripe object and might need to paginate - You compute a "what changed" delta from a webhook event - You resolve a plan / SKU / entitlemen…