Class: Billogram::DetailedSums

Inherits:
Resource
  • Object
show all
Defined in:
lib/billogram/resources/detailed_sums.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Resource

build_objects, #initialize, relation, relations, #to_hash, #to_json

Constructor Details

This class inherits a constructor from Billogram::Resource

Instance Attribute Details

#collector_paid_sumObject

Returns the value of attribute collector_paid_sum.



5
6
7
# File 'lib/billogram/resources/detailed_sums.rb', line 5

def collector_paid_sum
  @collector_paid_sum
end

#credited_sumObject

Returns the value of attribute credited_sum.



5
6
7
# File 'lib/billogram/resources/detailed_sums.rb', line 5

def credited_sum
  @credited_sum
end

#gross_sumObject

Returns the value of attribute gross_sum.



5
6
7
# File 'lib/billogram/resources/detailed_sums.rb', line 5

def gross_sum
  @gross_sum
end

#interest_feeObject

Returns the value of attribute interest_fee.



5
6
7
# File 'lib/billogram/resources/detailed_sums.rb', line 5

def interest_fee
  @interest_fee
end

#invoice_feeObject

Returns the value of attribute invoice_fee.



5
6
7
# File 'lib/billogram/resources/detailed_sums.rb', line 5

def invoice_fee
  @invoice_fee
end

#invoice_fee_vatObject

Returns the value of attribute invoice_fee_vat.



5
6
7
# File 'lib/billogram/resources/detailed_sums.rb', line 5

def invoice_fee_vat
  @invoice_fee_vat
end

#net_sumObject

Returns the value of attribute net_sum.



5
6
7
# File 'lib/billogram/resources/detailed_sums.rb', line 5

def net_sum
  @net_sum
end

Returns the value of attribute paid_sum.



5
6
7
# File 'lib/billogram/resources/detailed_sums.rb', line 5

def paid_sum
  @paid_sum
end

#remaining_sumObject

Returns the value of attribute remaining_sum.



5
6
7
# File 'lib/billogram/resources/detailed_sums.rb', line 5

def remaining_sum
  @remaining_sum
end

#reminder_feeObject

Returns the value of attribute reminder_fee.



5
6
7
# File 'lib/billogram/resources/detailed_sums.rb', line 5

def reminder_fee
  @reminder_fee
end

#roundingObject

Returns the value of attribute rounding.



5
6
7
# File 'lib/billogram/resources/detailed_sums.rb', line 5

def rounding
  @rounding
end

#vat_sumObject

Returns the value of attribute vat_sum.



5
6
7
# File 'lib/billogram/resources/detailed_sums.rb', line 5

def vat_sum
  @vat_sum
end