Class: Billogram::Data

Inherits:
Resource show all
Defined in:
lib/billogram/resources/data.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

#amountObject

Returns the value of attribute amount.



3
4
5
# File 'lib/billogram/resources/data.rb', line 3

def amount
  @amount
end

#banking_amountObject

Returns the value of attribute banking_amount.



3
4
5
# File 'lib/billogram/resources/data.rb', line 3

def banking_amount
  @banking_amount
end

#collector_methodObject

Returns the value of attribute collector_method.



3
4
5
# File 'lib/billogram/resources/data.rb', line 3

def collector_method
  @collector_method
end

#collector_referenceObject

Returns the value of attribute collector_reference.



3
4
5
# File 'lib/billogram/resources/data.rb', line 3

def collector_reference
  @collector_reference
end

#customer_emailObject

Returns the value of attribute customer_email.



3
4
5
# File 'lib/billogram/resources/data.rb', line 3

def customer_email
  @customer_email
end

#delivery_methodObject

Returns the value of attribute delivery_method.



3
4
5
# File 'lib/billogram/resources/data.rb', line 3

def delivery_method
  @delivery_method
end

#factoring_methodObject

Returns the value of attribute factoring_method.



3
4
5
# File 'lib/billogram/resources/data.rb', line 3

def factoring_method
  @factoring_method
end

#factoring_referenceObject

Returns the value of attribute factoring_reference.



3
4
5
# File 'lib/billogram/resources/data.rb', line 3

def factoring_reference
  @factoring_reference
end

#interest_rateObject

Returns the value of attribute interest_rate.



3
4
5
# File 'lib/billogram/resources/data.rb', line 3

def interest_rate
  @interest_rate
end

#invoice_noObject

Returns the value of attribute invoice_no.



3
4
5
# File 'lib/billogram/resources/data.rb', line 3

def invoice_no
  @invoice_no
end

#ipObject

Returns the value of attribute ip.



3
4
5
# File 'lib/billogram/resources/data.rb', line 3

def ip
  @ip
end

#letter_idObject

Returns the value of attribute letter_id.



3
4
5
# File 'lib/billogram/resources/data.rb', line 3

def letter_id
  @letter_id
end

#manualObject

Returns the value of attribute manual.



3
4
5
# File 'lib/billogram/resources/data.rb', line 3

def manual
  @manual
end

#messageObject

Returns the value of attribute message.



3
4
5
# File 'lib/billogram/resources/data.rb', line 3

def message
  @message
end

#payer_nameObject

Returns the value of attribute payer_name.



3
4
5
# File 'lib/billogram/resources/data.rb', line 3

def payer_name
  @payer_name
end

#remaining_sumObject

Returns the value of attribute remaining_sum.



3
4
5
# File 'lib/billogram/resources/data.rb', line 3

def remaining_sum
  @remaining_sum
end

#reminder_countObject

Returns the value of attribute reminder_count.



3
4
5
# File 'lib/billogram/resources/data.rb', line 3

def reminder_count
  @reminder_count
end

#reminder_feeObject

Returns the value of attribute reminder_fee.



3
4
5
# File 'lib/billogram/resources/data.rb', line 3

def reminder_fee
  @reminder_fee
end

#scanning_centralObject

Returns the value of attribute scanning_central.



3
4
5
# File 'lib/billogram/resources/data.rb', line 3

def scanning_central
  @scanning_central
end

#sells_forObject

Returns the value of attribute sells_for.



3
4
5
# File 'lib/billogram/resources/data.rb', line 3

def sells_for
  @sells_for
end

#sold_forObject

Returns the value of attribute sold_for.



3
4
5
# File 'lib/billogram/resources/data.rb', line 3

def sold_for
  @sold_for
end

#total_sumObject

Returns the value of attribute total_sum.



3
4
5
# File 'lib/billogram/resources/data.rb', line 3

def total_sum
  @total_sum
end

#typeObject

Returns the value of attribute type.



3
4
5
# File 'lib/billogram/resources/data.rb', line 3

def type
  @type
end