Plaid.Webhooks.ItemWebhookUpdateAcknowledged (elixir_plaid v0.1.4) View Source
Link to this section Summary
Link to this section Types
Specs
t() :: %Plaid.Webhooks.ItemWebhookUpdateAcknowledged{
error: Plaid.Error.t(),
item_id: String.t(),
new_webhook_url: String.t(),
webhook_code: String.t(),
webhook_type: String.t()
}