Ezidebit Chargeback Batch UML


Parent:    File Batch
Added On:  11/22/13 
SQL Table:  EZIDEBIT_CHARGEBACK_BATCH 
Module:  UniCharge 
Type:  Entity  Status:  Active 
Java Class:  EzidebitChargebackBatch 
Represents a batch of chargeback transactions as it is defined in Ezidebit's chargeback specification.
Added On:  01/14/15
SQL Column:  DATE_FIELD
Java Field:  dateField
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
For scheduled direct debit transactions, this will be the date that the payment was processed and sent to the Customer's financial institution to be deducted.

For real-time or BPAY payments, this will be the date that the Customer made the payment to Ezidebit.

SETTLEMENT - This will cause the date parameters to match to the date that the payment was deposited to the client's settlement bank account.
Added On:  11/22/13
SQL Column:  DATE_FROM
Java Field:  dateFrom
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
When supplied, it will match payments where the scheduled debit date is on or after the supplied date.

NB - If you do not wish to limit payment results by date you can supply a blank value for this parameter.
Added On:  11/22/13
SQL Column:  DATE_TO
Java Field:  dateTo
Status:  Active
SQL Type:  varchar(10)
Java Type:  String
Attributes:
When supplied, it will match payments where the scheduled debit date is up to and including the supplied date.

NB - If you do not wish to limit payment results by date you can supply a blank value for this parameter.
Added On:  06/10/16
SQL Column:  
Java Field:  digitalKey
Status:  Active
SQL Type:  
Java Type:  String
Attributes: Transient
Added On:  11/22/13
SQL Column:  ERROR
Java Field:  error
Status:  Active
SQL Type:  varchar(3)
Java Type:  String
Attributes:
Code of the occured error.
Added On:  11/22/13
SQL Column:  ERROR_MESSAGE
Java Field:  errorMessage
Status:  Active
SQL Type:  varchar(160)
Java Type:  String
Attributes:
Message explaining the occured error.
Added On:  07/05/16
SQL Column:  EZIDEBIT_CHARGEBACK_TRANSACTION_FK
Java Field:  ezidebitChargebackTransactions
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
Reference to the entity that represents EZIDebit chargeback transaction information.
Added On:  11/22/13
SQL Column:  PAYMENT_TYPE
Java Field:  paymentType
Status:  Active
SQL Type:  varchar(6)
Java Type:  String
Attributes:
Type of processed payment.