First Data Strong Auth Token Transaction UML


Added On:  06/24/14 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  FirstDataStrongAuthTokenTransaction 
Represents tokenization transaction as it is defined in FirstData's tokenization specification.
Added On:  06/15/16
SQL Column:  
Java Field:  accountNumber
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Contains the credit card account number which identifies the customer. The account number is left justified with trailing spaces.
Added On:  06/15/16
SQL Column:  
Java Field:  applicationId
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Identification number of the used application.
Added On:  06/24/14
SQL Column:  CLIENT_REF
Java Field:  clientRef
Status:  Active
SQL Type:  varchar(14)
Java Type:  String
Attributes:
Reference to the client.
Added On:  06/15/16
SQL Column:  
Java Field:  did
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Added On:  06/24/14
SQL Column:  DIVISION_NUMBER
Java Field:  divisionNumber
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
Added On:  06/24/14
SQL Column:  DOMAIN_ID
Java Field:  domainId
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Added On:  06/15/16
SQL Column:  
Java Field:  expirationDate
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Added On:  06/24/14
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:  06/24/14
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:  06/15/16
SQL Column:  
Java Field:  mid
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Added On:  06/24/14
SQL Column:  MOP
Java Field:  mop
Status:  Active
SQL Type:  varchar(2)
Java Type:  String
Attributes:
Added On:  06/24/14
SQL Column:  ORDER_NUMBER
Java Field:  orderNumber
Status:  Active
SQL Type:  varchar(22)
Java Type:  String
Attributes:
Added On:  06/15/16
SQL Column:  
Java Field:  password
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Added On:  06/15/16
SQL Column:  
Java Field:  requestContent
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Added On:  06/24/14
SQL Column:  RESPONSE_DATE
Java Field:  responseDate
Status:  Active
SQL Type:  varchar(6)
Java Type:  String
Attributes:
Added On:  06/24/14
SQL Column:  RESPONSE_REASON_CODE
Java Field:  responseReasonCode
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
Added On:  06/15/16
SQL Column:  
Java Field:  svcid
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Added On:  06/15/16
SQL Column:  
Java Field:  tid
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Added On:  06/24/14
SQL Column:  TOKEN_CODE
Java Field:  tokenCode
Status:  Active
SQL Type:  varchar(19)
Java Type:  String
Attributes:
Token generated for the provided payment information. Always present when tokenization service is enabled.
Added On:  06/24/14
SQL Column:  TOKEN_TRANSACTION_FK
Java Field:  tokenTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Token Transaction
Attributes:
Reference to the entity that represents token transaction information.
Added On:  06/24/14
SQL Column:  TOKEN_TYPE
Java Field:  tokenType
Status:  Active
SQL Type:  varchar(4)
Java Type:  String
Attributes:
Added On:  06/24/14
SQL Column:  TPP_ID
Java Field:  tppId
Status:  Active
SQL Type:  varchar(6)
Java Type:  String
Attributes:
Third Party Processor ID - The TPP ID is mandatory on all Authorization requests submitted by Third Parties who have been issued one by First Data. If you were assigned a Third Party Processor ID, you are required to send this additional format record. If you were not assigned a Third Party Processor ID, this record should not be sent.
Added On:  06/24/14
SQL Column:  USERNAME
Java Field:  username
Status:  Active
SQL Type:  varchar(50)
Java Type:  String
Attributes: