# Gift Subscriptions

Gift Subscriptions covers prepaid, fixed-duration membership access intended to be shared and claimed. Its language spans gift purchase, gift redemption, gift expiration, gift consumption, and gift continuation into a paid subscription.

## Language

### Roles

**Buyer**:
The person who pays for a gift subscription. A buyer need not be a member and may also become the redeemer if eligible.
_Avoid_: Purchaser, recipient, redeemer

**Redeemer**:
The member who claims a gift subscription and receives its access. The redeemer is determined at redemption, not purchase.
_Avoid_: Recipient, buyer

### Purchase and claim

**Gift subscription**:
A prepaid, non-renewing entitlement to one membership tier for a fixed period. It begins when claimed rather than when purchased.
_Avoid_: Gift membership, recurring subscription

**Gift purchase**:
A one-time purchase that creates a gift subscription for the buyer to share.
_Avoid_: Gift checkout

**Redemption link**:
A single-use, time-limited link through which a purchased gift subscription can be claimed.
_Avoid_: Gift Link

**Gift redemption**:
The act of claiming an eligible gift subscription. The member who claims it becomes the redeemer and gifted access begins at that point.
_Avoid_: Gift activation

### Time and lifecycle

**Gift duration**:
The total length of gifted access, measured from redemption.
_Avoid_: Gift cadence, billing period

**Gift cadence**:
The monthly or yearly membership price basis used to value a gift subscription. It does not make the gift recurring.
_Avoid_: Gift duration, renewal interval

**Gift expiration**:
The end of the claim window for a purchased gift subscription that was never redeemed.
_Avoid_: Gift consumption

**Gift consumption**:
The end of a redeemed gift subscription's role in providing access, either when its duration finishes or a paid subscription takes over.
_Avoid_: Gift expiration, cancellation

**Gift continuation**:
Starting a paid subscription from gifted access while carrying the remaining gifted time forward before billing begins.
_Avoid_: Gift renewal
