Inttegro.Payments.PaymentNextActionType (inttegro v0.1.1)

Copy Markdown View Source

Typed Inttegro PaymentNextActionType value.

Summary

Types

t()

@type t() :: :confirm_payment | :execute | :redirect | :authorize | :none | String.t()

Functions

decode(value)

@spec decode(String.t()) :: t()

encode(value)

@spec encode(t()) :: String.t()

values()

@spec values() :: [t()]