export interface CardInfoObject { cardNumber: string; cardExpirationDate: string; cardCvx: string; }