You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
MyPayment
My Payments endpoint provides access to payments scoped to a specific user. documentation
export type MyPayment = {
__typename?: 'MyPayment';
id: Scalars['String'];
version: Scalars['Long'];
customerRef?: Maybe<Reference>;
customer?: Maybe<Customer>;
anonymousId?: Maybe<Scalars['String']>;
paymentMethodInfo: PaymentMethodInfo;
amountPlanned: Money;
transactions: Array<Transaction>;
custom?: Maybe<CustomFieldsType>;
};