--- title: ShopPayPaymentRequestDiscount - Storefront API description: Represents a discount for a Shop Pay payment request. api_version: 2024-10 api_name: storefront type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/2024-10/objects/ShopPayPaymentRequestDiscount md: >- https://shopify.dev/docs/api/storefront/2024-10/objects/ShopPayPaymentRequestDiscount.txt --- # Shop​Pay​Payment​Request​Discount object Represents a discount for a Shop Pay payment request. ## Fields * amount [Money​V2!](https://shopify.dev/docs/api/storefront/2024-10/objects/MoneyV2) non-null The amount of the discount. * label [String!](https://shopify.dev/docs/api/storefront/2024-10/scalars/String) non-null The label of the discount. *** ## Map ### Fields with this object * {}[ShopPayPaymentRequest.discounts](https://shopify.dev/docs/api/storefront/2024-10/objects/ShopPayPaymentRequest#field-discounts) * {}[ShopPayPaymentRequestLineItem.itemDiscounts](https://shopify.dev/docs/api/storefront/2024-10/objects/ShopPayPaymentRequestLineItem#field-itemDiscounts) * {}[ShopPayPaymentRequestLineItem.lineDiscounts](https://shopify.dev/docs/api/storefront/2024-10/objects/ShopPayPaymentRequestLineItem#field-lineDiscounts) * {}[ShopPayPaymentRequestTotalShippingPrice.discounts](https://shopify.dev/docs/api/storefront/2024-10/objects/ShopPayPaymentRequestTotalShippingPrice#field-discounts)