Rapyd.Types.IssuedCardTransaction (rapyd v1.0.0)

Copy Markdown View Source

A SALE/REFUND/REVERSAL event on an issued card.

Summary

Types

t()

@type t() :: %Rapyd.Types.IssuedCardTransaction{
  amount: float(),
  auth_code: String.t() | nil,
  bin: String.t() | nil,
  card: String.t(),
  created_at: integer(),
  currency: String.t(),
  id: String.t(),
  issuing_txn_type: String.t(),
  last4: String.t(),
  merchant_category_code: String.t() | nil,
  merchant_name_location: String.t() | nil,
  pos_entry_mode: String.t() | nil,
  wallet_transaction_id: String.t() | nil
}