View Source Ibanity.Xs2a.BatchSynchronization (ibanity v1.1.0)

Batch synchronization API wrapper

Summary

Functions

Creates a new batch synchronization.

Returns {:ok, batch_synchronization} if sucessful, {:error, reason} otherwise.

Example

iex> [
...> resourceType: "account",
...> subtypes: ["accountDetails", "accountTransactions"]
...> ]
...> |> Request.attributes
...> |> BatchSynchronization.create
{:ok, %Ibanity.BatchSynchronization{id: "4b52d43c-433d-41e0-96f2-c2e38a24b25e"}}