EPTSDK.PaymentDemand (ept_sdk v10.0.2)

Summary

Functions

Creates an new %EPTSDK.PaymentDemand{}} with attributes: and relationships:.

Fetches all %EPTSDK.PaymentDemand{}.

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

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

Functions

create(client, options \\ [])

Creates an new %EPTSDK.PaymentDemand{}} with attributes: and relationships:.

The options argument can also have:

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

list(client, options \\ [])

Fetches all %EPTSDK.PaymentDemand{}.

The options argument can be:

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

new(id, type, attributes, record, links)

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

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

The options argument can be:

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

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

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

The options argument can also have:

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