EPTSDK.PaymentSubscriptions (ept_sdk v11.0.0)
Summary
Functions
Creates an new %EPTSDK.PaymentSubscriptions{}}
with attributes:
and relationships:
.
Fetches all %EPTSDK.PaymentSubscriptions{}
.
Fetches a %EPTSDK.PaymentSubscriptions{}
by record
or by id
.
Functions
Creates an new %EPTSDK.PaymentSubscriptions{}}
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_subscriptions: ["id"]}
include:
, a list of relationship chains for the response to return i.e.include: ["payment_subscriptions.merchant"]
Fetches all %EPTSDK.PaymentSubscriptions{}
.
The options
argument can be:
fields
, a map of filds to return for each resource type i.e.fields: %{payment_subscriptions: ["id"]}
include
, a list of relationship chains for the response to return i.e.include: ["payment_subscriptions.merchant"]
sort
, ... i.e.sort: ["-name"]
filter
, ... i.e.fields: %{name: "John"}
Fetches a %EPTSDK.PaymentSubscriptions{}
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_subscriptions: ["id"]}
include
, a list of relationship chains for the response to return i.e.include: ["payment_subscriptions.merchant"]