ClearBank.Webhook.Events.BacsMandateMigrated (ClearBank v1.0.0)

Copy Markdown View Source

Fired when a DDI is migrated from another SUN.

Summary

Functions

from_payload(payload)

@spec from_payload(map()) :: %ClearBank.Webhook.Events.BacsMandateMigrated{
  account_id: term(),
  mandate_id: term(),
  new_service_user_number: term(),
  old_service_user_number: term(),
  timestamp: term()
}