Dt_credit
Payments Functionality Data Type
The Dt_credit data type is used to manage credit information for users within the application. It stores details related to credit charges, expiry dates, Stripe customer IDs, and user associations.
Data Fields:
Charge (Dt_charge) – A reference to the specific charge associated with the credit.
Expiry Date (date) – The date when the credit expires.
Stripe Customer ID (text) – The customer ID from Stripe associated with the credit.
User (User) – The user to whom the credit belongs.
Creator (User) – The user who created the credit entry.
Modified Date (date) – The date and time when the credit entry was last modified.
Created Date (date) – The date and time when the credit entry was created.
Slug (text) – A unique identifier for the credit entry.
Last updated