EPTSDK.ConsumerAddress (ept_sdk v10.0.1)
Summary
Functions
Creates an new %EPTSDK.ConsumerAddress{}} with attributes: and relationships:.
Fetches all %EPTSDK.ConsumerAddress{}.
Fetches a %EPTSDK.ConsumerAddress{} by record or by id.
Updates an existing %EPTSDK.ConsumerAddress with attributes: and relationships:.
Functions
Creates an new %EPTSDK.ConsumerAddress{}} with attributes: and relationships:.
The options argument can also have:
fields:, a map of filds to return for each resource type i.e.fields: %{consumer_addresses: ["id"]}include:, a list of relationship chains for the response to return i.e.include: ["consumer_addresses.merchant"]
Fetches all %EPTSDK.ConsumerAddress{}.
The options argument can be:
fields, a map of filds to return for each resource type i.e.fields: %{consumer_addresses: ["id"]}include, a list of relationship chains for the response to return i.e.include: ["consumer_addresses.merchant"]sort, ... i.e.sort: ["-name"]filter, ... i.e.fields: %{name: "John"}
Fetches a %EPTSDK.ConsumerAddress{} by record or by id.
The options argument can be:
fields, a map of filds to return for each resource type i.e.fields: %{consumer_addresses: ["id"]}include, a list of relationship chains for the response to return i.e.include: ["consumer_addresses.merchant"]
Updates an existing %EPTSDK.ConsumerAddress with attributes: and relationships:.
The options argument can also have:
fields:, a map of filds to return for each resource type i.e.fields: %{consumer_addresses: ["id"]}include:, a list of relationship chains for the response to return i.e.include: ["consumer_addresses.merchant"]