Account Activity Enum

Type:  Enum
Abstract:  no
Status:  Active
Java Class:  Account Activity Enum
Enumerates types of financial transactions that can occur on a customer's account.

Possible Values:

RI - Invoice
Added On:  05/20/20
Status:  Active
Represents an invoice (recording of customer's debt to a merchant).
RC - Credit
Added On:  05/21/20
Status:  Active
Represents a transaction opposite to an invoice (reduction of customer's debt to a merchant).
RC - Reversal
Added On:  05/21/20
Status:  Active
Represents full reversal of an existing invoice.
RF - Service Fee
Added On:  05/21/20
Status:  Active
Represents generic fee, applied to the customer's account.
RL - LateFee
Added On:  05/21/20
Status:  Active
Represents fee, applied because of a late payment.
RA - AccessFee
Added On:  05/21/20
Status:  Active
Represents fee, applied to the customer's account because access to restricted digital assets (e.g. paperless copies of contracts) was granted.
AP - Payment
Added On:  05/21/20
Status:  Active
Represents a real-time payment, collected on the customer's account.
AV - Void
Added On:  05/21/20
Status:  Active
Represents void of an existing payment.
AR - Refund
Added On:  05/21/20
Status:  Active
Represents partial or full reversal of a previous payment.