UNPKG

@oystehr/sdk

Version:

Oystehr SDK

12 lines (9 loc) 190 B
// AUTOGENERATED -- DO NOT EDIT import { Card } from './Card'; export interface ChargeDetails { chargeUuid: string; currency: string; amount: number; date: string; card: Card; }