Realtime Uni Pay Profile


Added On:  10/09/17 
SQL Table:  REALTIME_UNI_PAY_PROFILE 
Module:  UniCharge 
Type:  Interface  Status:  Active 
Java Class:  RealtimeUniPayProfile 
UniPay configuration settings for processing of batch transactions through a specific processor.
Added On:  09/13/16
SQL Column:  COMPANY_NAME
Java Field:  companyName
Status:  Active
SQL Type:  varchar
Java Type:  String
Attributes: ReadOnly
Name of the merchant's company.
Added On:  09/13/16
SQL Column:  DESCRIPTOR
Java Field:  descriptor
Status:  Active
SQL Type:  varchar
Java Type:  String
Attributes: ReadOnly
Textual description of the record.
Added On:  09/21/16
SQL Column:  IS_AGGREGATION_ENABLED
Java Field:  isAggregationEnabled
Status:  Active
SQL Type:  tinyint(1)
Java Type:  Boolean
Attributes: ReadOnly
Indicates whether aggregation of the files associated with profile is enabled.
Added On:  09/21/16
SQL Column:  MERCHANT_ACCOUNT_CODE
Java Field:  merchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: ReadOnly
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:  08/29/17
SQL Column:  PASSWORD
Java Field:  password
Status:  Active
SQL Type:  varchar(32)
Java Type:  String
Attributes:
Password associated with a provider profile.
Added On:  09/13/16
SQL Column:  PROVIDER_MERCHANT_ACCOUNT_CODE
Java Field:  providerMerchantAccountCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes: ReadOnly
Code of Merchant Account to which instance of this object is attributed to. Assigned by a service provider. 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:  08/29/17
SQL Column:  USER_NAME
Java Field:  userName
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Username associated with a provider profile.