CC Profile


Parent:    Processing Profile
Added On:  02/13/12 
SQL Table:  CC_PROFILE 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  CcProfile 
Entity that represents configuration settings for batch credit card processing through the specific processor.
Added On:  03/16/14
SQL Column:  EMULATION_CL
Java Field:  emulationCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Represents the type of emulation selected for this profile.
Added On:  05/16/14
SQL Column:  IS_AMOUNT_RANGES_ENABLED
Java Field:  isAmountRangesEnabled
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Indicates whether amount ranges test is enabled.
Added On:  06/20/15
SQL Column:  IS_SEND_CREDIT_AUTHORIZATION
Java Field:  isSendCreditAuthorization
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: Default:false
Added On:  02/13/12
SQL Column:  MAX_RETRY_ATTEMPT
Java Field:  maxRetryAttempt
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Number of attempts that soft declines are retried before the final decline is returned to the submitter.
Added On:  02/13/12
SQL Column:  RETRY_INTERVAL
Java Field:  retryInterval
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
The number of days between subsequent to subsequent retry attempts.
Added On:  09/25/12
SQL Column:  TEMPLATE
Java Field:  template
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Name of the proxy template
Added On:  07/17/15
SQL Column:  TRANSACTION_DATE_PROCESSING_CL
Java Field:  transactionDateProcessingCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Represents the date when the transaction should be processed.