UNPKG

cashport-sdk

Version:

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

6 lines (5 loc) 203 B
import { GrantedAuthorization } from "./sdk/entity/GrantedAuthorization"; export interface IAuthorizationRequestCallback { onSuccess(authorization: GrantedAuthorization): void; onDeny(): void; }