Dt_charge
Payments Functionality Data Type
The Dt_charge data type is used to manage charge information within the application. It stores details related to charge IDs, customer IDs, invoice IDs, price IDs, types, creators, modification dates, and created dates.
Data Fields:
Charge_id (text) – The unique identifier for the charge.
Customer_id (text) – The customer ID associated with the charge.
Invoice_id (text) – The invoice ID associated with the charge.
Price_id (text) – The price ID associated with the charge.
Type (text) – The type of charge.
Creator (User) – The user who created the charge.
Modified Date (date) – The date and time when the charge was last modified.
Created Date (date) – The date and time when the charge was created.
Slug (text) – A unique identifier for the charge.
Last updated