EPTSDK.MerchantAccount (ept_sdk v2.0.1)

Summary

Functions

Fetches all %EPTSDK.MerchantAccount{}.

Fetches a %EPTSDK.MerchantAccount{} by record or by id.

Updates an existing %EPTSDK.MerchantAccount with attributes: and relationships:.

Functions

Link to this function

list(client, options \\ [])

Fetches all %EPTSDK.MerchantAccount{}.

The options argument can be:

  • fields, a map of filds to return for each resource type i.e. fields: %{merchant_accounts: ["id"]}
  • include, a list of relationship chains for the response to return i.e. include: ["merchant_accounts.merchant_account"]
  • sort, ... i.e. sort: ["-name"]
  • filter, ... i.e. fields: %{name: "John"}
Link to this function

show(client, id, options \\ [])

Fetches a %EPTSDK.MerchantAccount{} by record or by id.

The options argument can be:

  • fields, a map of filds to return for each resource type i.e. fields: %{merchant_accounts: ["id"]}
  • include, a list of relationship chains for the response to return i.e. include: ["merchant_accounts.merchant_account"]
Link to this function

update(client, record, options \\ [])

Updates an existing %EPTSDK.MerchantAccount with attributes: and relationships:.

The options argument can also have:

  • fields:, a map of filds to return for each resource type i.e. fields: %{merchant_accounts: ["id"]}
  • include:, a list of relationship chains for the response to return i.e. include: ["merchant_accounts.merchant_account"]