UNPKG

cashport-sdk

Version:

Cashport SDK allows to integrate authorized payment and KYC features in your webapp.

6 lines 141 B
export enum PersonalInfoPermission { HANDLE = 'handle', FIRST_NAME = 'first_name', LAST_NAME = 'last_name', EMAIL = 'email' }