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