ggez-banking-sdk
Version:
A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.
17 lines (16 loc) • 393 B
JavaScript
const createDefaultVerifyUserSecurity = (overrides) => ({
result: null,
notes: null,
last_activity: null,
authentication: null,
validate: null,
function_code: null,
response_time: null,
time_zone: null,
time_zone_name: null,
info: null,
verify_data: null,
geo_coordinates: null,
...overrides,
});
export { createDefaultVerifyUserSecurity };