Modify Plan Settings

Plan start date
Billing cycle start date
Billing Type
Grace Period
External Tax Processing
External Tax Filing
Target Full Tank Amount
Account Cutoff Tank Amount
Recharge Type
Threshold Type
Threshold Value
International Calls
International Enable Style
International Fraud Warning Minutes
International Fraud Cutoff Minutes
Back to Summary

08-25-2026 21:52:43 SQL Statement: SELECT id, account_number, company_name, first_name, last_name, status, auto_inactive_enable, inactivation, billing_type, parent, wholesale, child, credit_card_failure, account_manager FROM customer WHERE id = '33'

08-25-2026 21:52:43 SQL Statement: SELECT billPlan.bpID, billPlan.planName, billPlan.term, billPlan.s_date, billPlan.nextBillDate, billPlan.billingDays, billPlan.gracePeriod, billPlan.external_tax_processing, billPlan.external_tax_filing, billPlan.threshold, billPlan.threshold_type, billPlan.chargeAmount, billPlan.recharge_type, billPlan.cutoff_value, billPlan.international_enable, billPlan.international_enable_style, billPlan.international_warning_minutes, billPlan.international_cutoff_minutes, customer_billplan.customer_id FROM billPlan, customer_billplan WHERE billPlan.bpID = customer_billplan.plan_id AND customer_billplan.customer_id = '33'

08-25-2026 21:52:43 SQL Statement: SELECT id, summary, description FROM billing_styles ORDER BY id