Inttegro.CheckoutPaymentStatus (inttegro v0.1.0)

Copy Markdown View Source

Typed Inttegro CheckoutPaymentStatus value.

Summary

Types

t()

@type t() ::
  :requires_action
  | :processing
  | :succeeded
  | :failed
  | :cancelled
  | String.t()

Functions

decode(value)

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

encode(value)

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

values()

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