Provisioning Transaction Response Detail UML


Added On:  11/11/15 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  ProvisioningTransactionResponseDetail 
Entity that represents provisioning transaction response details.
Added On:  11/11/15
SQL Column:  FIELD_NAME
Java Field:  fieldName
Status:  Active
SQL Type:  varchar(31)
Java Type:  String
Attributes:
Name of the field.
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:  11/12/15
SQL Column:  OBJECT_NAME
Java Field:  objectName
Status:  Active
SQL Type:  varchar(31)
Java Type:  String
Attributes:
Name of the object.
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 the provisioning transaction belongs to.
Added On:  12/10/18
SQL Column:  PROVIDER_OPERATION_NAME
Java Field:  providerOperationName
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
Added On:  06/08/16
SQL Column:  PROVIDER_RESPONSE_CODE
Java Field:  providerResponseCode
Status:  Active
SQL Type:  varchar(5)
Java Type:  String
Attributes:
Response code from the processor.
Added On:  06/08/16
SQL Column:  PROVIDER_RESPONSE_MESSAGE
Java Field:  providerResponseMessage
Status:  Active
SQL Type:  varchar(1026)
Java Type:  String
Attributes:
Response message from the processor explaining the response code.
Added On:  07/05/16
SQL Column:  PROVISIONING_TRANSACTION_FK
Java Field:  provisioningTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents provisioning transaction response details.
Added On:  11/18/15
SQL Column:  PROVISIONING_TRANSACTION_RESPONSE_STATUS_CL
Java Field:  provisioningTransactionResponseStatusCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Represents current status of the provisioning transaction response.
Added On:  10/23/18
SQL Column:  RAW_ERROR_DATA
Java Field:  rawErrorData
Status:  Active
SQL Type:  longtext
Java Type:  String
Attributes:
Added On:  10/23/18
SQL Column:  RAW_RESPONSE_DATA_TYPE
Java Field:  rawResponseDataType
Status:  Active
SQL Type:  varchar(4)
Java Type:  String
Attributes:
Added On:  11/22/18
SQL Column:  RAW_SUPPLEMENT_DATA
Java Field:  rawSupplementData
Status:  Active
SQL Type:  longtext
Java Type:  String
Attributes:
Added On:  10/23/18
SQL Column:  RAW_WARNING_DATA
Java Field:  rawWarningData
Status:  Active
SQL Type:  longtext
Java Type:  String
Attributes:
Added On:  12/10/18
SQL Column:  REQUEST_DATE
Java Field:  requestDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Added On:  10/23/18
SQL Column:  RESPONSE_DATA
Java Field:  responseData
Status:  Active
SQL Type:  longtext
Java Type:  String
Attributes:
Added On:  12/10/18
SQL Column:  RESPONSE_DATE
Java Field:  responseDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
Added On:  11/12/15
SQL Column:  RESPONSE_MESSAGE
Java Field:  responseMessage
Status:  Active
SQL Type:  varchar(1026)
Java Type:  String
Attributes:
Gateway generated response message.