paytm v0.8.0 Paytm.API.Wallet.Transaction

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Paytm.API.Wallet.Transaction{
  bank_name: String.t(),
  bank_transaction_id: String.t(),
  customer_id: String.t(),
  gateway_name: String.t(),
  id: String.t(),
  merchant_id: String.t(),
  merchant_uid: String.t(),
  money: Money.t(),
  order_id: String.t(),
  payment_mode: String.t(),
  refunded_money: Money.t(),
  response_code: String.t(),
  response_message: String.t(),
  successful: boolean(),
  timestamp: term()
}