Database – Custom Charge Type Entity (custom_charge_type_entity)
Description
This allows the definition of custom charge types that can be used when creating a charge. For information on charge type variables in the API, see API - Charge Collections.
Table Fields
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
static | tinyint(1) | Whether or not the entity is a static type/method | 1 - yes, 0 - no | |
title | varchar(255) | The name/title of the entity instance | ||
active | tinyint(1) | Whether or not the entity is active | 1 - yes, 0 - no | |
deleted | tinyint(1) | Whether or not the entity was deleted | 1 - yes, 0 - no | |
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated |