Anchor to appDiscountTypeapp
appDiscountType
query
Requires Apps must have access scope.
An app discount type.
Anchor to Arguments
Arguments
- Anchor to functionIdfunction•
Id String!required The ID for the function providing the app discount type.
Was this section helpful?
Anchor to Possible returnsPossible returns
- Anchor to AppDiscountTypeApp•
Discount Type The details about the app extension that's providing the discount type. This information includes the app extension's name and client ID, App Bridge configuration, discount class, function ID, and other metadata about the discount type, including the discount type's name and description.
Was this section helpful?
Query Reference
1{2 appDiscountType(functionId) {3 # appDiscountType fields4 }5}