You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
OrderPaymentStateChanged
export type OrderPaymentStateChanged = MessagePayload & {
__typename?: 'OrderPaymentStateChanged';
paymentState: PaymentState;
oldPaymentState?: Maybe<PaymentState>;
type: Scalars['String'];
};