Home > @vsf-enterprise/commercetools-types > SetCustomerLastName
# SetCustomerLastName type
Signature:
export declare type SetCustomerLastName = {
lastName?: InputMaybe<Scalars['String']>;
};
References: InputMaybe, Scalars
Home > @vsf-enterprise/commercetools-types > SetCustomerLastName
Signature:
export declare type SetCustomerLastName = {
lastName?: InputMaybe<Scalars['String']>;
};
References: InputMaybe, Scalars
On this page