Current section

Files

Jump to
ex_chargebee lib ex_chargebee resources payment_intent.ex
Raw

lib/ex_chargebee/resources/payment_intent.ex

defmodule ExChargebee.PaymentIntent do
@moduledoc """
an interface for interacting with PaymentIntents
"""
use ExChargebee.Resource,
stdops: [
:create,
:update,
:retrieve
]
end