Current section

Files

Jump to
ept_sdk lib ept_sdk payout_method.ex
Raw

lib/ept_sdk/payout_method.ex

defmodule EPTSDK.PayoutMethod do
import EPTSDK.Resource, only: :macros
@path "/payout_methods"
@resource_type "payout_methods"
@enforce_keys [
:id,
:created_at,
:updated_at,
:__raw__,
:__links__,
:__relationships__
]
defstruct [:id,
:type,
:created_at,
:updated_at,
:__raw__,
:__links__,
:__relationships__]
with_list()
with_show()
with_create()
with_update()
with_delete()
end