Home > @vsf-enterprise/commercetools-types > PaymentInterfaceInteractionsRawArgs

# PaymentInterfaceInteractionsRawArgs type

Payments hold information about the current state of receiving and/or refunding money. [documentation](https://docs.commercetools.com/http-api-projects-payments)

Signature:

export declare type PaymentInterfaceInteractionsRawArgs = {
    limit?: InputMaybe<Scalars['Int']>;
    offset?: InputMaybe<Scalars['Int']>;
};

References: InputMaybe, Scalars