You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
Transaction
export type Transaction = {
__typename?: 'Transaction';
id: Scalars['String'];
timestamp?: Maybe<Scalars['DateTime']>;
type?: Maybe<TransactionType>;
amount: Money;
interactionId?: Maybe<Scalars['String']>;
state: TransactionState;
custom?: Maybe<CustomFieldsType>;
};