export interface CardAcceptor { city?: string; country?: string; mcc?: number; name?: string; state?: string; street?: string; zip?: string; }