Values accepted for Next Action Type in the Payments API.
Prefer the documented atoms returned by values/0. The type also accepts strings so a
newer server value can be preserved by an older SDK instead of failing during decoding.
Payment state, attempts, confirmations, and next actions attached to orders.
Summary
Functions
Returns the documented Inttegro.Payments.NextActionType atoms known by this SDK version.
Types
@type t() :: :confirm_payment | :execute | :redirect | :authorize | :none | String.t()
A next action type atom or an unknown wire value preserved as a string.
Functions
@spec values() :: [t()]
Returns the documented Inttegro.Payments.NextActionType atoms known by this SDK version.