Reprocessing Profile


Added On:  02/13/12 
SQL Table:  REPROCESSING_PROFILE 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  ReprocessingProfile 
Response codes used by the system for financial transactions. Provider specific response codes are mapped into system response codes. The object also defines processing behavior for the codes.
Note: this object will be renamed in the short future.
Added On:  02/13/12
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Unique, Required
Identifier of the object used for references; auto-incremented integer value.
Added On:  02/13/12
SQL Column:  IS_ACCOUNT_UPDATER_ENABLED
Java Field:  isAccountUpdaterEnabled
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:true
Indicates whether the account updater is enabled for the profile.
Added On:  02/13/12
SQL Column:  IS_REBILL_ENABLED
Java Field:  isRebillEnabled
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Indicates whether decline reprocessing mechanism is enabled or not.
Added On:  02/13/12
SQL Column:  PROVIDER_TYPE_CL
Java Field:  providerTypeCl
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
Enumerates possible values of provider type.
Added On:  02/13/12
SQL Column:  RESPONSE_CODE
Java Field:  responseCode
Status:  Active
SQL Type:  varchar(5)
Java Type:  String
Attributes:
Gateway generated response code.
Added On:  02/13/12
SQL Column:  RESPONSE_MESSAGE
Java Field:  responseMessage
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Gateway generated response message.
Added On:  02/13/12
SQL Column:  RESPONSE_TYPE
Java Field:  responseType
Status:  Active
SQL Type:  varchar(9)
Java Type:  String
Attributes:
Type of the response.