Database – Custom Payment Type Entity (custom_payment_type_entity)
Description
This allows the definition of custom payment types that can be used when creating a payment. These types do affect the application of payments. For information on payments in the API, see API -Processing a Payment and API - Payments Collections.
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 | text | Encoded waterfall application of payment | Ex: ["payment.application.interest","payment.application.discount","payment.application.principal"] | |
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 |