Post Rule


Added On:  07/10/14 
SQL Table:  POST_RULE 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  PostRule 
Added On:  07/10/14
SQL Column:  AMOUNT
Java Field:  amount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
The amount of the transaction. The value must be supplied in cents without a decimal point.
Added On:  07/10/14
SQL Column:  AVS_CODE_LIST
Java Field:  avsCodeList
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
List of transactions' AVS response codes applicable for a particular post-processing rule.
Added On:  07/10/14
SQL Column:  CSC_CODE_LIST
Java Field:  cscCodeList
Status:  Active
SQL Type:  varchar(20)
Java Type:  String
Attributes:
List of transactions' CSC response codes applicable for a particular post-processing rule.
Added On:  07/10/14
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.
Added On:  02/12/15
SQL Column:  IS_ACTIVE
Java Field:  isActive
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:true
Indicates whether the post-processing rule is active within the system.
Added On:  07/10/14
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: Required
Code of Merchant Account to which instance of this object is attributed to. Depending on the context, Merchant Account Code field may contain either Merchant Code or Merchant Account Code.
The field is primarily used for data partitioning and data management, to make it easy to determine the ownership of a record within the database.
Added On:  07/10/14
SQL Column:  RULE_ACTION_CL
Java Field:  ruleActionCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Enumerates possible values of further behavior after a post-processing rule was applied to the transaction. It can be either accepted of declined.
Added On:  07/10/14
SQL Column:  RULE_OPERATOR_CL
Java Field:  ruleOperatorCl
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Enumerates possible values of the amount of the transaction applicable for a particular post-processing rule.
Added On:  02/06/15
SQL Column:  USER_MESSAGE
Java Field:  userMessage
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Responce message that will be shown to a customer in case if the transaction was declined by the post-processing rule.