Documentation
for developers and administrators
Home
APIs
Processing
Billing
Management
Webhooks
Manuals
Terminology
User Guides
User Interface Reference
How-To Tutorials
Lessons
Data Dictionaries
UniCore
UniCharge
UniBill
Build
Properties Definition
Resources (Directory Structure)
Zip and Country Codes
Development
Log Files
Permissions
JNDI Names
Job Queues
Reference Materials
Supported Providers (Banks & Networks)
UniPay Codes & Code Mappings
Integrated 3rd Party Libraries
Diagrams and Documents
Entire website
This section only
Merchant Announcement
UML
Added On:
11/15/13
SQL Table:
IAPP_MERCHANT_ANNOUNCEMENT
Module:
UniCore
Type:
Entity
Status:
Active
Java Class:
MerchantAnnouncement
Available Fields:
Begin Date
Create Date
Description
End Date
Id
Is Active
Merchant FK
Portfolio Code
Priority
Begin Date
Added On:
11/15/13
SQL Column:
BEGIN_DATE
Java Field:
beginDate
Status:
Active
SQL Type:
datetime
Java Type:
Date
Attributes:
Biginning (start) date of the merchant announcement.
Create Date
Added On:
11/15/13
SQL Column:
CREATE_DATE
Java Field:
createDate
Status:
Active
SQL Type:
datetime
Java Type:
Date
Attributes:
Date when the record was created
Description
Added On:
11/15/13
SQL Column:
DESCRIPTION
Java Field:
description
Status:
Active
SQL Type:
varchar(4096)
Java Type:
String
Attributes:
Short description of the announcement.
End Date
Added On:
11/15/13
SQL Column:
END_DATE
Java Field:
endDate
Status:
Active
SQL Type:
datetime
Java Type:
Date
Attributes:
Ending date of the merchant announcement.
Id
Added On:
11/15/13
SQL Column:
ID
Java Field:
id
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
Identifier / Primary Key
Attributes:
Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Is Active
Added On:
11/15/13
SQL Column:
IS_ACTIVE
Java Field:
isActive
Status:
Active
SQL Type:
tinyint(1)
Java Type:
Boolean
Attributes:
Default:true
Indicates whether the record is currently active.
Merchant FK
Added On:
08/31/16
SQL Column:
MERCHANTS_FK
Java Field:
merchants
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
References
Merchant
Attributes:
Reference to the entity that represents information about merchant.
Portfolio Code
Added On:
11/15/13
SQL Column:
PORTFOLIO_CODE
Java Field:
portfolioCode
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Portfolio that this group belongs to.
Priority
Added On:
11/15/13
SQL Column:
PRIORITY
Java Field:
priority
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Priority of the announcement.