UNPKG

@oystehr/sdk

Version:

Oystehr SDK

9 lines (8 loc) 166 B
export interface Card { id?: string; brand: string; expirationMonth: number; expirationYear: number; lastFour: string; cardHolder?: string; }