Inttegro.RefundReason (inttegro v0.1.0)

Copy Markdown View Source

Typed Inttegro RefundReason value.

Summary

Types

t()

@type t() ::
  :requested_by_customer
  | :duplicate
  | :fraudulent
  | :order_canceled
  | :item_returned
  | :item_damaged
  | :item_not_received
  | :item_not_as_described
  | :custom
  | String.t()

Functions

decode(value)

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

encode(value)

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

values()

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