Class: Ravelin::Chargeback

Inherits:
RavelinObject show all
Defined in:
lib/ravelin/chargeback.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from RavelinObject

attr_accessor, attr_required, #initialize, required_attributes, #serializable_hash, #validate

Constructor Details

This class inherits a constructor from Ravelin::RavelinObject

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



3
4
5
# File 'lib/ravelin/chargeback.rb', line 3

def amount
  @amount
end

#chargeback_idObject

Returns the value of attribute chargeback_id.



3
4
5
# File 'lib/ravelin/chargeback.rb', line 3

def chargeback_id
  @chargeback_id
end

#currencyObject

Returns the value of attribute currency.



3
4
5
# File 'lib/ravelin/chargeback.rb', line 3

def currency
  @currency
end

#customObject

Returns the value of attribute custom.



3
4
5
# File 'lib/ravelin/chargeback.rb', line 3

def custom
  @custom
end

#dispute_timeObject

Returns the value of attribute dispute_time.



3
4
5
# File 'lib/ravelin/chargeback.rb', line 3

def dispute_time
  @dispute_time
end

#gatewayObject

Returns the value of attribute gateway.



3
4
5
# File 'lib/ravelin/chargeback.rb', line 3

def gateway
  @gateway
end

#gateway_referenceObject

Returns the value of attribute gateway_reference.



3
4
5
# File 'lib/ravelin/chargeback.rb', line 3

def gateway_reference
  @gateway_reference
end

#reasonObject

Returns the value of attribute reason.



3
4
5
# File 'lib/ravelin/chargeback.rb', line 3

def reason
  @reason
end

#statusObject

Returns the value of attribute status.



3
4
5
# File 'lib/ravelin/chargeback.rb', line 3

def status
  @status
end