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.

10 lines (9 loc) 239 B
type ProvisionRequest = { encryptedPrimaryAccountNumber: string; primaryAccountNumberPrefix: string; name: string; certificates: string[]; nonce: string; nonceSignature: string; }; export type { ProvisionRequest };