custom_payment_type_entity - Custom Payment Type Entity
This allows the definition of custom payment types that can be used when creating a payment. These types do affect the application of payments.
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 | ||
application | varchar(500) | Encoded waterfall application of payment | ||
escrow_application | varchar(500) | Encoded escrow application of payment | ||
description | text | The description of the entity instance | ||
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated | ||
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 |