export interface AuthorizationHoldConfiguration { daysToExpiration: number; description?: string; mcc: number; }