Order.fullyPaid property is missing in orders webhooks(create, update, paid)

Hello, trying to get information about payment for the order to handle only paid orders, i see this property in graphql Order model, but not in the webhooks payload. I’ve also tried to add this field with

includeFields with webhook registration - doesn’t work.