PaperTiger.Resources.PaymentMethodDomain (PaperTiger v1.1.1)

Copy Markdown View Source

Handles PaymentMethodDomain resource endpoints.

Summary

Functions

Creates a payment method domain.

Lists payment method domains.

Retrieves a payment method domain by ID.

Updates a payment method domain.

Functions

create(conn)

@spec create(Plug.Conn.t()) :: Plug.Conn.t()

Creates a payment method domain.

list(conn)

@spec list(Plug.Conn.t()) :: Plug.Conn.t()

Lists payment method domains.

retrieve(conn, id)

@spec retrieve(Plug.Conn.t(), String.t()) :: Plug.Conn.t()

Retrieves a payment method domain by ID.

update(conn, id)

@spec update(Plug.Conn.t(), String.t()) :: Plug.Conn.t()

Updates a payment method domain.