08-25-2026 21:53:40 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 = '53'
08-25-2026 21:53:40 SQL Statement: SELECT id, customer_id, type, start_date, reoccurring, reoccurring_active, charge_amount, charge_description FROM lineItems WHERE customer_id = '53' AND start_date >= '1786220439' AND reoccurring = '0' ORDER BY start_date
08-25-2026 21:53:40 SQL Statement: SELECT id, customer_id, type, start_date, reoccurring, reoccurring_active, charge_amount, charge_description FROM lineItems WHERE customer_id = '53' AND reoccurring = '1' AND reoccurring_active = '1' ORDER BY start_date
08-25-2026 21:53:40 SQL Statement: SELECT id, customer_id, type, start_date, reoccurring, reoccurring_active, charge_amount, charge_description FROM lineItems WHERE customer_id = '53' ORDER BY start_date