# SubscriptionAppliedCodeDiscount - admin-graphql - OBJECT Version: 2024-10 ## Description Represents an applied code discount. ### Access Scopes the `read_own_subscription_contracts` or `write_own_subscription_contracts` scope. ## Fields * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The unique ID. * [redeemCode](/docs/api/admin-graphql/2024-10/scalars/String): String! - The redeem code of the discount that applies on the subscription. * [rejectionReason](/docs/api/admin-graphql/2024-10/enums/SubscriptionDiscountRejectionReason): SubscriptionDiscountRejectionReason - The reason that the discount on the subscription draft is rejected. ## Connections ## Related queries ## Related mutations * [subscriptionDraftDiscountCodeApply](/docs/api/admin-graphql/2024-10/mutations/subscriptionDraftDiscountCodeApply) Applies a code discount on the subscription draft. ## Related Unions * [SubscriptionDiscount](/docs/api/admin-graphql/2024-10/unions/SubscriptionDiscount) Subscription draft discount types. ## Examples