Home > @vsf-enterprise/commercetools-types > MePaymentsArgs
# MePaymentsArgs type
Signature:
export declare type MePaymentsArgs = {
where?: InputMaybe<Scalars['String']>;
sort?: InputMaybe<Array<Scalars['String']>>;
limit?: InputMaybe<Scalars['Int']>;
offset?: InputMaybe<Scalars['Int']>;
};
References: InputMaybe, Scalars