Home > @vsf-enterprise/commercetools-types > PaymentMethodInfoNameArgs
# PaymentMethodInfoNameArgs type
Signature:
export declare type PaymentMethodInfoNameArgs = {
locale?: InputMaybe<Scalars['Locale']>;
acceptLanguage?: InputMaybe<Array<Scalars['Locale']>>;
};
References: InputMaybe, Scalars