Can't Retrieve Customer Billing Statement Name from API Documentation

I’m working with Shopify’s Admin GraphQL API and following the documentation for ShopifyPaymentsChargeStatementDescriptor. However, I can’t seem to retrieve the customer billing statement descriptor from the API.

I’ve checked the fields exposed by this interface, but the response either comes back empty or doesn’t contain the descriptor value at all. Has anyone successfully queried this information? If so, which object or field should I be using to access the billing statement descriptor?