UNPKG

mpp-sdk

Version:

SDK to talk to the Memento Payments Platform

12 lines (11 loc) 246 B
import { Address } from "./address"; export interface Organization { id: string; created_at: string | Date; updated_at: string | Date; title: string; phone: string; email: string; nin: string; address?: Address; }