--- title: SubscriptionApproachingCappedAmount - Partner API description: An event that marks that a subscription is approaching its capped amount. api_version: 2025-01 api_name: partner type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/partner/2025-01/objects/subscriptionapproachingcappedamount md: https://shopify.dev/docs/api/partner/2025-01/objects/subscriptionapproachingcappedamount.md --- # Subscription​Approaching​Capped​Amount object An event that marks that a subscription is approaching its capped amount. ## Fields * app [App!](https://shopify.dev/docs/api/partner/2025-01/objects/App) non-null A Shopify [app](https://shopify.dev/concepts/apps). * charge [App​Subscription!](https://shopify.dev/docs/api/partner/2025-01/objects/AppSubscription) non-null A recurring charge for use of an app, such as a monthly subscription charge. * occurred​At [Date​Time!](https://shopify.dev/docs/api/partner/2025-01/scalars/DateTime) non-null The date and time when the event took place. * shop [Shop!](https://shopify.dev/docs/api/partner/2025-01/objects/Shop) non-null A Shopify shop. * type [App​Event​Types!](https://shopify.dev/docs/api/partner/2025-01/enums/AppEventTypes) non-null The type of app event. *** ## Map No referencing types *** ## Interfaces * * [App​Event](https://shopify.dev/docs/api/partner/2025-01/interfaces/AppEvent) interface * [App​Subscription​Event](https://shopify.dev/docs/api/partner/2025-01/interfaces/AppSubscriptionEvent) interface *** ## ||-SubscriptionApproachingCappedAmount Implements ### Implements * ||-[App​Event](https://shopify.dev/docs/api/partner/2025-01/interfaces/AppEvent) * ||-[App​Subscription​Event](https://shopify.dev/docs/api/partner/2025-01/interfaces/AppSubscriptionEvent)