ex_saferpay v0.2.1 ExSaferpay.Response.TransactionCapture

See TransactionCapture http://saferpay.github.io/jsonapi/1.8/

Link to this section Summary

Link to this section Types

Link to this type status()
status() :: :pending | :captured
Link to this type t()
t() :: %ExSaferpay.Response.TransactionCapture{date: nil | DateTime.t(), invoice: nil | ExSaferpay.Response.Invoice.t(), order_id: nil | String.t(), response_header: ExSaferpay.Response.ResponseHeader.t(), status: status(), transaction_id: String.t()}

Link to this section Functions