Database – Tenant Pricing Tier (tenant_pricing_tier_entity)
Deprecated!
Holds pricing tier information
Column |
Data Type |
Column Info |
Value Notes |
Other |
id |
int(11) |
The id of the entity |
||
begin |
int(11) |
Beginning amount |
||
end |
int(11) |
end time |
||
price |
decimal(11,3) |
price |
||
price_per_loan |
tinyint(1) |
price per loan |
1 - yes, 0 - no |
|
created |
timestamp |
Timestamp of when the entity was created |
||
lastUpdated |
timestamp |
Timestamp of when the entity was last updated |
||
active |
tinyint(4) |
Whether or not the entity is active |
1 - yes, 0 - no |
|
deleted |
tinyint(4) |
Whether or not the entity was deleted |
1 - yes, 0 - no |