Interface UpdateAddressListsPayload

interface UpdateAddressListsPayload {
    addressLists: iAddressListCreateObject[];
}

Hierarchy (view full)

Properties

Properties

addressLists: iAddressListCreateObject[]