Class: Akatus::Installment

Inherits:
Object
  • Object
show all
Includes:
Transferrable
Defined in:
lib/akatus/installment.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Transferrable

included, #initialize, #to_payload

Instance Attribute Details

#quantityObject

Returns the value of attribute quantity.



4
5
6
# File 'lib/akatus/installment.rb', line 4

def quantity
  @quantity
end

#total_amountObject

Returns the value of attribute total_amount.



4
5
6
# File 'lib/akatus/installment.rb', line 4

def total_amount
  @total_amount
end

#unitary_amountObject

Returns the value of attribute unitary_amount.



4
5
6
# File 'lib/akatus/installment.rb', line 4

def unitary_amount
  @unitary_amount
end