--- title: SubscriptionDiscountAllocation - Customer API description: Represents what a particular discount reduces from a line price. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/subscriptiondiscountallocation md: https://shopify.dev/docs/api/customer/latest/objects/subscriptiondiscountallocation.md --- # Subscription​Discount​Allocation object Represents what a particular discount reduces from a line price. ## Fields * amount [Money​V2!](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) non-null Allocation amount. * discount [Subscription​Discount!](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionDiscount) non-null Discount that created the allocation. *** ## Map ### Fields with this object * {}[SubscriptionLine.discountAllocations](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionLine#field-SubscriptionLine.fields.discountAllocations)