Increase.ACHPrenotifications.ACHPrenotification.PrenotificationReturn (Increase v1.0.0)

Copy Markdown View Source

If your prenotification is returned, this will contain details of the return.

Fields

  • created_at - The ISO 8601 date and time at which the Prenotification was returned.
  • return_reason_code - Why the Prenotification was returned.

Summary

Types

t()

@type t() :: %Increase.ACHPrenotifications.ACHPrenotification.PrenotificationReturn{
  created_at: DateTime.t(),
  return_reason_code: String.t()
}