App Usage Record Sort Keys
The set of valid sort keys for the AppUsageRecord query.
Anchor to Valid valuesValid values
- Anchor to CREATED_ATCREATED_
AT Sort by the
value.
Sort by the
id
value.- Anchor to RELEVANCERELEVANCE
Sort by relevance to the search terms when the
query
parameter is specified on the connection. Don't use this sort key when no search query is specified.
Anchor to FieldsFields
- •ARGUMENT
Represents a component of an app subscription that contains pricing details for either recurring fees or usage-based charges. Each subscription has exactly 1 or 2 line items - one for recurring fees and/or one for usage fees.
If a subscription has both recurring and usage pricing, there will be 2 line items. If it only has one type of pricing, the subscription will have a single line item for that pricing model.
Use the
object to:
- View the pricing terms a merchant has agreed to
- Distinguish between recurring and usage fee components
- Access detailed billing information for each pricing component
This read-only object provides visibility into the subscription's pricing structure without allowing modifications.
Read about subscription pricing models in the billing architecture guide.