ExYapay v1.0.0 ExYapay.Resources.Transaction View Source

This structure represents a Yapay transaction.

Link to this section Summary

Link to this section Types

Specs

t() :: %ExYapay.Resources.Transaction{
  customer: customer(),
  free: String.t(),
  order_number: String.t(),
  payment: payment(),
  refunds: list(),
  status_id: String.t(),
  status_name: String.t(),
  token_transaction: String.t(),
  transaction_id: String.t()
}