Merchant Cycle Detail


Added On:  03/16/12 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  MerchantCycleDetail 
Represents detailed information about merchant cycle.
Available Fields:
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.
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.
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.