{
    "redeemAll": null,
    "entitlements": [],
    "metadata": null
}
Redeem entitlements on a receipt (single, bulk, or all). If any of the entitlements has completed redemption, the entire redemption is considered a failure.
{
    "redeemAll": null,
    "entitlements": [],
    "metadata": null
}
πŸ“‹
Properties
redeemAll
boolean
Whether to redeem all entitlements in the receipt.
entitlements
array
List of entitlements to redeem. When set, it takes precedence over the β€˜redeemAll’ flag.
metadata
object
Optional metadata for attaching context or tracking info.