export interface IIuguAccountConfigurationCreaditCard {
    active: boolean;
    installments: boolean;
    maxInstallments: number;
    maxInstallmentsWithoutInterest: number;
    softDescriptor: string;
    twoStepTransaction: boolean;
}
