Class: EasyPing::Model::Refund

Inherits:
Abstract
  • Object
show all
Defined in:
lib/easy_ping/model.rb

Constant Summary collapse

ATTRIBUTES =
[:id, :object, :order_no, :amount, :succeed, :created,
  :time_settleme_succeed, :description, :failure_code, :failure_msg, :metadata,
  :charge
]

Instance Attribute Summary

Attributes inherited from Abstract

#values

Method Summary

Methods inherited from Abstract

#[], #initialize

Constructor Details

This class inherits a constructor from EasyPing::Model::Abstract