--- title: OneTimeChargeDeclined - Partner API description: An event that marks that a one-time app charge was declined by the merchant. api_version: unstable api_name: partner source_url: html: 'https://shopify.dev/docs/api/partner/unstable/objects/OneTimeChargeDeclined' md: >- https://shopify.dev/docs/api/partner/unstable/objects/OneTimeChargeDeclined.md --- # One​Time​Charge​Declined object An event that marks that a one-time app charge was declined by the merchant. ## Fields * app [App!](https://shopify.dev/docs/api/partner/unstable/objects/App) non-null A Shopify [app](https://shopify.dev/concepts/apps). * charge [App​Purchase​One​Time!](https://shopify.dev/docs/api/partner/unstable/objects/AppPurchaseOneTime) non-null A one-time app charge for services and features purchased once by a store. For example, a one-time migration of a merchant's data from one platform to another. * occurred​At [Date​Time!](https://shopify.dev/docs/api/partner/unstable/scalars/DateTime) non-null The date and time when the event took place. * shop [Shop!](https://shopify.dev/docs/api/partner/unstable/objects/Shop) non-null A Shopify shop. * type [App​Event​Types!](https://shopify.dev/docs/api/partner/unstable/enums/AppEventTypes) non-null The type of app event. *** ## Map No referencing types *** ## Interfaces * * [App​Event](https://shopify.dev/docs/api/partner/unstable/interfaces/AppEvent) interface * [App​Purchase​One​Time​Event](https://shopify.dev/docs/api/partner/unstable/interfaces/AppPurchaseOneTimeEvent) interface *** ## OneTimeChargeDeclined Implements ### Implements * [App​Event](https://shopify.dev/docs/api/partner/unstable/interfaces/AppEvent) * [App​Purchase​One​Time​Event](https://shopify.dev/docs/api/partner/unstable/interfaces/AppPurchaseOneTimeEvent)