UNPKG

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) 424 B
type Tokenization = { id: number; account_id: number; supplied_id: number; server_date: string; date_utc: string; update_date_utc: string; wallet_identifier: string; status: number; token_requestor_id: string; correlation_id: string; account_number: string; token_unique_reference: string; primary_account_number_unique_reference: string; }; export type { Tokenization };