Home > @vsf-enterprise/commercetools-types > SetPaymentMethodInfoName
# SetPaymentMethodInfoName type
Signature:
export declare type SetPaymentMethodInfoName = {
name?: InputMaybe<Array<LocalizedStringItemInputType>>;
};
References: InputMaybe, LocalizedStringItemInputType