Paymentus Chargeback Transaction UML


Added On:  07/11/16 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  PaymentusChargebackTransaction 
Represents chargeback transaction as it is defined in Paymentus' chargeback specification.
Added On:  07/11/16
SQL Column:  ACCOUNT_NUMBER
Java Field:  accountNumber
Status:  Active
SQL Type:  varchar(32)
Java Type:  String
Attributes:
Credit card number or Bank Account Number of the customer.
Added On:  07/11/16
SQL Column:  CHANNEL
Java Field:  channel
Status:  Active
SQL Type:  varchar(32)
Java Type:  String
Attributes:
Code of the channel assigned by the processor.
Added On:  07/11/16
SQL Column:  CHARGE_TRANSACTION_FK
Java Field:  chargeTransaction
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
References Charge Transaction
Attributes:
Reference to the entity that represents real-time financial transaction.
Added On:  07/11/16
SQL Column:  CONFIRMATION_NUMBER
Java Field:  confirmationNumber
Status:  Active
SQL Type:  varchar(20)
Java Type:  String
Attributes:
Identifier of the transaction.
Added On:  07/11/16
SQL Column:  CONVENIENCE_FEE
Java Field:  convenienceFee
Status:  Active
SQL Type:  varchar(15)
Java Type:  String
Attributes:
Convenience fee dependent on configuration of the merchant.
Added On:  02/28/17
SQL Column:  EXTERNAL_REFERENCE_NUMBER
Java Field:  externalReferenceNumber
Status:  Active
SQL Type:  varchar(32)
Java Type:  String
Attributes:
Unique identifier of the transaction the can be used to cross-reference records between integrated systems.
Added On:  07/11/16
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:  07/11/16
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:  07/11/16
SQL Column:  ORIGIN
Java Field:  origin
Status:  Active
SQL Type:  varchar(32)
Java Type:  String
Attributes:
Origin code asigned by the processor.
Added On:  07/11/16
SQL Column:  ORIGINATOR
Java Field:  originator
Status:  Active
SQL Type:  varchar(32)
Java Type:  String
Attributes:
Username/login of the payment originator.
Added On:  07/11/16
SQL Column:  PAYMENT_AMOUNT
Java Field:  paymentAmount
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Amount to be payed in the special format. Refer to the specification of the processor for more information.
Added On:  07/11/16
SQL Column:  PAYMENT_DATE_TIME
Java Field:  paymentDateTime
Status:  Active
SQL Type:  varchar(16)
Java Type:  String
Attributes:
Actual date and time when the payment (transaction) was made.
Added On:  07/11/16
SQL Column:  PAYMENT_METHOD
Java Field:  paymentMethod
Status:  Active
SQL Type:  varchar(32)
Java Type:  String
Attributes:
Payment method used in the transaction.
Added On:  07/11/16
SQL Column:  PAYMENT_METHOD_TYPE
Java Field:  paymentMethodType
Status:  Active
SQL Type:  varchar(32)
Java Type:  String
Attributes:
Type of payment method that was used. Refer to the specification of the processor for more information.
Added On:  07/11/16
SQL Column:  PAYMENT_TYPE
Java Field:  paymentType
Status:  Active
SQL Type:  varchar(32)
Java Type:  String
Attributes:
Type of payment code configured by Paymentus.
Added On:  07/11/16
SQL Column:  PAYMENTUS_CHARGEBACK_BATCH_FK
Java Field:  paymentusChargebackBatch
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents Paymentus chargeback transaction information.
Added On:  07/15/16
SQL Column:  REASON_CODE
Java Field:  reasonCode
Status:  Active
SQL Type:  varchar(5)
Java Type:  String
Attributes:
Returns reason code generated by the processor.
Added On:  02/28/17
SQL Column:  RELATED_PAYMENT
Java Field:  relatedPayment
Status:  Active
SQL Type:  varchar(20)
Java Type:  String
Attributes:
Reference number of the transaction.
Added On:  07/11/16
SQL Column:  STATUS
Java Field:  status
Status:  Active
SQL Type:  varchar(32)
Java Type:  String
Attributes:
Current status of the payment.
Added On:  07/11/16
SQL Column:  STATUS_DESCRIPTION
Java Field:  statusDescription
Status:  Active
SQL Type:  varchar(32)
Java Type:  String
Attributes:
Short description of the payment status, or the response code of the processor.
Added On:  07/11/16
SQL Column:  TOTAL_AMOUNT
Java Field:  totalAmount
Status:  Active
SQL Type:  varchar(15)
Java Type:  String
Attributes:
Total amount of the transaction.