# AppSubscriptionSale - partner - OBJECT
Version: 2025-04

## Description
A transaction corresponding to an app subscription charge.

### Access Scopes



## Fields
* [app](/docs/api/partner/2025-04/objects/App): App! - The app associated with the sale.
* [billingInterval](/docs/api/partner/2025-04/enums/AppPricingInterval): AppPricingInterval - The billing frequency for the app.
* [chargeId](/docs/api/partner/2025-04/scalars/ID): ID - The ID of the [app charge](/tutorials/bill-for-your-app-using-graphql-admin-api) associated with the transaction. Example value: `gid://shopify/AppUsageRecord/1234`. This value might be `null` for transactions that occurred before September 2020.
* [createdAt](/docs/api/partner/2025-04/scalars/DateTime): DateTime! - The date and time when the transaction was recorded.
* [grossAmount](/docs/api/partner/2025-04/objects/Money): Money - The total amount that the merchant paid, excluding taxes.
* [id](/docs/api/partner/2025-04/scalars/ID): ID! - The transaction ID.
* [netAmount](/docs/api/partner/2025-04/objects/Money): Money! - The net amount that is added to or deducted from your payout.
* [shop](/docs/api/partner/2025-04/objects/Shop): Shop - The shop associated with the transaction.
* [shopifyFee](/docs/api/partner/2025-04/objects/Money): Money - The amount that Shopify retained from the sale.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples