ex_saferpay v0.2.0 ExSaferpay.Response.Transaction

See Transaction http://saferpay.github.io/jsonapi/1.2/

Link to this section Summary

Link to this section Types

Link to this type status()
status() :: :authorized | :captured | :pending
Link to this type t()
t() :: %ExSaferpay.Response.Transaction{acquirer_name: nil | String.t(), acquirer_reference: nil | String.t(), amount: ExSaferpay.Response.Amount.t(), approval_code: nil | String.t(), date: DateTime.t(), direct_debit: nil | ExSaferpay.Response.DirectDebit.t(), id: String.t(), invoice: nil | ExSaferpay.Response.Invoice.t(), order_id: nil | String.t(), six_transaction_reference: String.t(), status: status(), type: type()}
Link to this type type()
type() :: :payment

Link to this section Functions