Alokai

Transaction

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>;
};

Referenced Types

On this page