Provisioning Verification Result UML


Added On:  11/11/15 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  ProvisioningVerificationResult 
Entity that represents provisioning transaction verification result.
Added On:  11/11/15
SQL Column:  BILLING_PROFILE_TYPE
Java Field:  billingProfileType
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Type of the billing profile.
Added On:  11/11/15
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:  11/11/15
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:  05/27/16
SQL Column:  ONBOARDING_APPLICATION_CODE
Java Field:  onboardingApplicationCode
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Code of the used onboarding application.
Added On:  11/11/15
SQL Column:  PORTFOLIO_CODE
Java Field:  portfolioCode
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Code of the portfolio provisioning transaction belongs to.
Added On:  01/30/18
SQL Column:  PROCESSOR_IDENTITY0
Java Field:  processorIdentity0
Status:  Active
SQL Type:  varchar(30)
Java Type:  String
Attributes:
Added On:  11/11/15
SQL Column:  PROCESSOR_IDENTITY1
Java Field:  processorIdentity1
Status:  Active
SQL Type:  varchar(30)
Java Type:  String
Attributes:
Identity of the processor.
Added On:  12/24/15
SQL Column:  PROCESSOR_IDENTITY2
Java Field:  processorIdentity2
Status:  Active
SQL Type:  varchar(30)
Java Type:  String
Attributes:
Identity of the processor.
Added On:  12/24/15
SQL Column:  PROCESSOR_IDENTITY3
Java Field:  processorIdentity3
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
Identity of the processor.
Added On:  12/12/17
SQL Column:  PROCESSOR_IDENTITY4
Java Field:  processorIdentity4
Status:  Active
SQL Type:  varchar(30)
Java Type:  String
Attributes:
Added On:  03/14/16
SQL Column:  PROCESSOR_TRANSACTION_CODE
Java Field:  processorTransactionCode
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Transaction code of the processor.
Added On:  11/11/15
SQL Column:  PROVISIONING_TRANSACTION_FK
Java Field:  provisioningTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents the original provisioning transaction information.
Added On:  11/11/15
SQL Column:  STATUS_CL
Java Field:  statusCl
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Represents current status of the provisioning transaction.