Class: AcceptOn::Refund
- Inherits:
-
Base
- Object
- Base
- AcceptOn::Refund
show all
- Defined in:
- lib/accepton/refund.rb
Instance Attribute Summary collapse
Method Summary
Methods inherited from Base
#initialize
Constructor Details
This class inherits a constructor from AcceptOn::Base
Instance Attribute Details
#amount ⇒ Object
11
12
13
|
# File 'lib/accepton/refund.rb', line 11
def amount
@amount
end
|
#created ⇒ Object
11
12
13
|
# File 'lib/accepton/refund.rb', line 11
def created
@created
end
|
#currency ⇒ Object
11
12
13
|
# File 'lib/accepton/refund.rb', line 11
def currency
@currency
end
|
#id ⇒ Object
11
12
13
|
# File 'lib/accepton/refund.rb', line 11
def id
@id
end
|
11
12
13
|
# File 'lib/accepton/refund.rb', line 11
def metadata
@metadata
end
|
#reason ⇒ Object
11
12
13
|
# File 'lib/accepton/refund.rb', line 11
def reason
@reason
end
|