export interface Card { card_number: string; expiration_month: string; expiration_year: string; name_on_card: string; card_code: string; }