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

# SetCustomerAddressCustomType type

Signature:

export declare type SetCustomerAddressCustomType = {
    fields?: InputMaybe<Array<CustomFieldInput>>;
    type?: InputMaybe<ResourceIdentifierInput>;
    typeKey?: InputMaybe<Scalars['String']>;
    typeId?: InputMaybe<Scalars['String']>;
    addressId: Scalars['String'];
};

References: InputMaybe, CustomFieldInput, ResourceIdentifierInput, Scalars