Class: Paymill::Refund

Inherits:
Base
  • Object
show all
Defined in:
lib/paymill/refund.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#created_at, #updated_at

Method Summary

Methods inherited from Base

#initialize, #parse_timestamps, #set_attributes

Methods included from Operations::Find

included

Methods included from Operations::Create

included

Methods included from Operations::All

included

Constructor Details

This class inherits a constructor from Paymill::Base

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



3
4
5
# File 'lib/paymill/refund.rb', line 3

def amount
  @amount
end

#descriptionObject

Returns the value of attribute description.



3
4
5
# File 'lib/paymill/refund.rb', line 3

def description
  @description
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/paymill/refund.rb', line 3

def id
  @id
end

#livemodeObject

Returns the value of attribute livemode.



3
4
5
# File 'lib/paymill/refund.rb', line 3

def livemode
  @livemode
end

#statusObject

Returns the value of attribute status.



3
4
5
# File 'lib/paymill/refund.rb', line 3

def status
  @status
end

#transactionObject

Returns the value of attribute transaction.



3
4
5
# File 'lib/paymill/refund.rb', line 3

def transaction
  @transaction
end