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

# SetOrderDeliveryAddressCustomType type

Signature:

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

References: Scalars, InputMaybe, CustomFieldInput, ResourceIdentifierInput