MyTransactionDraft
type MyTransactionDraft = {
timestamp?: InputMaybe<Scalars['DateTime']>;
type: TransactionType;
amount: MoneyInput;
interactionId?: InputMaybe<Scalars['String']>;
custom?: InputMaybe<CustomFieldsDraft>;
};type MyTransactionDraft = {
timestamp?: InputMaybe<Scalars['DateTime']>;
type: TransactionType;
amount: MoneyInput;
interactionId?: InputMaybe<Scalars['String']>;
custom?: InputMaybe<CustomFieldsDraft>;
};