Current section

Files

Jump to
ex_chargebee lib ex_chargebee resources portal_session.ex
Raw

lib/ex_chargebee/resources/portal_session.ex

defmodule ExChargebee.PortalSession do
@moduledoc """
an interface for interacting with PortalSessions
"""
use ExChargebee.Resource
end