Types
PaymentCouponRedemption
A single redemption of a Promo Code by a member.
object
PaymentCouponRedemptionImplements
Fields
completed
Boolean!
Whether the discount has fully applied for this redemption.
coupon
The Promo Code that was redeemed.
createdAt
ISO8601DateTime!
When the redemption occurred.
id
ID!
ID of the object.
member
The member who redeemed the Promo Code.
plan
The Payment Plan the Promo Code was applied to.
price
The pricing option within plan (the Payment Plan) the member bought. Null when that price point is no longer available.
resourceId
ID!
Resource ID for this object, for interop with the Admin API.
subscription
The subscription this redemption is tied to. Null for one-time purchase redemptions.
updatedAt
ISO8601DateTime!
When the redemption record was last updated.