@@ -330,6 +330,8 @@ module Lithic
330330 # - `ACH_RECEIPT_SETTLED` - ACH receipt funds have settled.
331331 # - `ACH_RECEIPT_RELEASED` - ACH receipt released from pending to available
332332 # balance.
333+ # - `ACH_RECEIPT_RELEASED_EARLY` - ACH receipt released early from pending to
334+ # available balance.
333335 # - `ACH_RETURN_INITIATED` - ACH initiated return for an ACH receipt.
334336 # - `ACH_RETURN_PROCESSED` - ACH receipt returned by the Receiving Depository
335337 # Financial Institution.
@@ -403,6 +405,8 @@ module Lithic
403405 # - `ACH_RECEIPT_SETTLED` - ACH receipt funds have settled.
404406 # - `ACH_RECEIPT_RELEASED` - ACH receipt released from pending to available
405407 # balance.
408+ # - `ACH_RECEIPT_RELEASED_EARLY` - ACH receipt released early from pending to
409+ # available balance.
406410 # - `ACH_RETURN_INITIATED` - ACH initiated return for an ACH receipt.
407411 # - `ACH_RETURN_PROCESSED` - ACH receipt returned by the Receiving Depository
408412 # Financial Institution.
@@ -475,6 +479,8 @@ module Lithic
475479 # - `ACH_RECEIPT_SETTLED` - ACH receipt funds have settled.
476480 # - `ACH_RECEIPT_RELEASED` - ACH receipt released from pending to available
477481 # balance.
482+ # - `ACH_RECEIPT_RELEASED_EARLY` - ACH receipt released early from pending to
483+ # available balance.
478484 # - `ACH_RETURN_INITIATED` - ACH initiated return for an ACH receipt.
479485 # - `ACH_RETURN_PROCESSED` - ACH receipt returned by the Receiving Depository
480486 # Financial Institution.
@@ -534,6 +540,11 @@ module Lithic
534540 :ACH_RECEIPT_RELEASED ,
535541 Lithic ::Payment ::Event ::Type ::TaggedSymbol
536542 )
543+ ACH_RECEIPT_RELEASED_EARLY =
544+ T . let (
545+ :ACH_RECEIPT_RELEASED_EARLY ,
546+ Lithic ::Payment ::Event ::Type ::TaggedSymbol
547+ )
537548 ACH_RECEIPT_SETTLED =
538549 T . let (
539550 :ACH_RECEIPT_SETTLED ,
0 commit comments