Paysafe.Types.Refund (Paysafe v1.0.0)

Copy Markdown View Source

Represents a Paysafe Refund response.

Summary

Types

status()

@type status() :: :processing | :completed | :failed | :cancelled | :pending

t()

@type t() :: %Paysafe.Types.Refund{
  amount: pos_integer(),
  error: map() | nil,
  id: String.t() | nil,
  merchant_ref_num: String.t(),
  raw: map(),
  status: status(),
  txn_time: String.t() | nil
}