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 Cycle Detail
Added On:
03/16/12
SQL Table:
IAPP_MERCHANT_CYCLE_DETAIL
Module:
UniCore
Type:
Entity
Status:
Active
Java Class:
MerchantCycleDetail
Represents detailed information about merchant cycle.
Available Fields:
Day
Id
Is Monthly Fee Day
Day
Added On:
03/16/12
SQL Column:
DAY
Java Field:
day
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Day of the month in which the statement is to be created based on the merchant cycle.
Id
Added On:
03/16/12
SQL Column:
ID
Java Field:
id
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
Identifier / Primary Key
Attributes:
Required
Identifier of the object used for references; auto-incremented integer value.
Is Monthly Fee Day
Added On:
03/16/12
SQL Column:
IS_MONTHLY_FEE_DAY
Java Field:
isMonthlyFeeDay
Status:
Active
SQL Type:
tinyint(1)
Java Type:
Boolean
Attributes:
Default:false
Indicates whether the specified date is the day, when monthly fees are withdrown from this merchant.