Database – Merchant Processor Group Entity (merchant_processor_group_entity)
Description
Holds information about merchant processor groups.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
name | varchar(255) | Name of the processor group | ||
description | mediumtext | Description of the processor group | ||
active | tinyint(1) | Whether the processor group is active | 1 - yes, 0 - no | |
lastUpdated | timestamp | |||
deleted | tinyint(1) | Whether the processor group is deleted | 1 - yes, 0 - no |