UNPKG

@oystehr/sdk

Version:

Oystehr SDK

9 lines (8 loc) 166 B
import { Card } from './Card'; export interface ChargeDetails { chargeUuid: string; currency: string; amount: number; date: string; card: Card; }