Class: Kiik::Charge

Inherits:
Resource show all
Includes:
Rest::Create
Defined in:
lib/kiik/charge.rb

Instance Attribute Summary collapse

Attributes inherited from Resource

#created, #errors, #id

Method Summary

Methods included from Rest::Create

#create, included

Methods inherited from Resource

build, class_name, #initialize, opts, request, #to_json, url, #valid?

Constructor Details

This class inherits a constructor from Kiik::Resource

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



5
6
7
# File 'lib/kiik/charge.rb', line 5

def amount
  @amount
end

#customer_idObject

Returns the value of attribute customer_id.



5
6
7
# File 'lib/kiik/charge.rb', line 5

def customer_id
  @customer_id
end

#descriptionObject

Returns the value of attribute description.



5
6
7
# File 'lib/kiik/charge.rb', line 5

def description
  @description
end

#destinationObject

Returns the value of attribute destination.



5
6
7
# File 'lib/kiik/charge.rb', line 5

def destination
  @destination
end

#expected_compensationObject

Returns the value of attribute expected_compensation.



5
6
7
# File 'lib/kiik/charge.rb', line 5

def expected_compensation
  @expected_compensation
end

#intermediariesObject

Returns the value of attribute intermediaries.



5
6
7
# File 'lib/kiik/charge.rb', line 5

def intermediaries
  @intermediaries
end

#receipt_emailObject

Returns the value of attribute receipt_email.



5
6
7
# File 'lib/kiik/charge.rb', line 5

def receipt_email
  @receipt_email
end

#statement_descriptorObject

Returns the value of attribute statement_descriptor.



5
6
7
# File 'lib/kiik/charge.rb', line 5

def statement_descriptor
  @statement_descriptor
end

#statusObject

Returns the value of attribute status.



5
6
7
# File 'lib/kiik/charge.rb', line 5

def status
  @status
end