export interface CardInfoObject { cardNumber: string; cardExpirationDate: string; cardCvx: string; saveCard?: boolean; cardHolderName?: string; }