
id : bigint(20) unsigned
|

service_id : bigint(20) unsigned
|

customer_id : bigint(20) unsigned
|

franchisee_profile_id : bigint(20) unsigned
|

plan_price_id : bigint(20) unsigned
|

invoice_id : bigint(20) unsigned
|

business_model : enum('deposit','revenue_share')
|

sharing_price : decimal(12,2)
|

selling_price : decimal(12,2)
|

isp_share_percent : decimal(5,2)
|

franchisee_share_percent : decimal(5,2)
|

isp_share_amount : decimal(12,2)
|

franchisee_share_amount : decimal(12,2)
|

addon_amount : decimal(12,2)
|

tax_percent : decimal(5,2)
|

tax_amount : decimal(12,2)
|

customer_total : decimal(12,2)
|

wallet_deduction : decimal(12,2)
|

wallet_transaction_id : bigint(20) unsigned
|

previous_expiry : datetime
|

new_expiry : datetime
|

status : enum('completed','reversed')
|

created_by : bigint(20) unsigned
|

created_at : timestamp
|