Provisioning UniPay Profile


Parent:    Provisioning Profile
Added On:  10/12/16 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  ProvisioningUniPayProfile 
Represents information about UniPay provisioning profile.
Added On:  10/12/16
SQL Column:  CONFIGURATION_CODE
Java Field:  configurationCode
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Code of the configuration assigned to the profile.
Added On:  10/12/16
SQL Column:  FEE_TEMPLATE_CODE
Java Field:  feeTemplateCode
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Code of fee template assigned to the profile.
Added On:  10/12/16
SQL Column:  MERCHANT_ID
Java Field:  merchantId
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Identifier of the merchant associated with the profile.
Added On:  10/12/16
SQL Column:  NOTIFY_URL
Java Field:  notifyUrl
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
URL where the result of the transaction is delivered. The format of the callback to this URL is for Sale, Sale-Auth, Credit, Credit-Auth or Tokenization response.
Added On:  10/12/16
SQL Column:  PASSWORD
Java Field:  password
Status:  Active
SQL Type:  varchar(20)
Java Type:  String
Attributes:
Password of the user assigned to the record.
Added On:  10/12/16
SQL Column:  PORTFOLIO_ID
Java Field:  portfolioId
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Identifier of the portfolio associated with the profile.
Added On:  05/16/17
SQL Column:  PROFILE_ID
Java Field:  profileId
Status:  Active
SQL Type:  varchar(15)
Java Type:  String
Attributes:
Identifier of the onboarding profile that can be associated with a particular reseller.
Added On:  10/12/16
SQL Column:  PROFILE_TYPE
Java Field:  profileType
Status:  Active
SQL Type:  varchar(30)
Java Type:  String
Attributes:
Type of the processor's profile used for provisioning.
Added On:  10/12/16
SQL Column:  RESELLER_ID
Java Field:  resellerId
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Identifier of the reseller associated with the profile.
Added On:  10/12/16
SQL Column:  USER_NAME
Java Field:  userName
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes:
Name of the user assigned to the record.