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.



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

def amount
  @amount
end

#banking_amountObject

Returns the value of attribute banking_amount.



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

def banking_amount
  @banking_amount
end

#collector_methodObject

Returns the value of attribute collector_method.



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

def collector_method
  @collector_method
end

#collector_referenceObject

Returns the value of attribute collector_reference.



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

def collector_reference
  @collector_reference
end

#customer_emailObject

Returns the value of attribute customer_email.



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

def customer_email
  @customer_email
end

#delivery_methodObject

Returns the value of attribute delivery_method.



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

def delivery_method
  @delivery_method
end

#factoring_methodObject

Returns the value of attribute factoring_method.



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

def factoring_method
  @factoring_method
end

#factoring_referenceObject

Returns the value of attribute factoring_reference.



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

def factoring_reference
  @factoring_reference
end

#interest_rateObject

Returns the value of attribute interest_rate.



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

def interest_rate
  @interest_rate
end

#invoice_noObject

Returns the value of attribute invoice_no.



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

def invoice_no
  @invoice_no
end

#ipObject

Returns the value of attribute ip.



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

def ip
  @ip
end

#letter_idObject

Returns the value of attribute letter_id.



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

def letter_id
  @letter_id
end

#manualObject

Returns the value of attribute manual.



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

def manual
  @manual
end

#messageObject

Returns the value of attribute message.



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

def message
  @message
end

#payer_nameObject

Returns the value of attribute payer_name.



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

def payer_name
  @payer_name
end

#payment_flagsObject

Returns the value of attribute payment_flags.



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

def payment_flags
  @payment_flags
end

#remaining_sumObject

Returns the value of attribute remaining_sum.



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

def remaining_sum
  @remaining_sum
end

#reminder_countObject

Returns the value of attribute reminder_count.



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

def reminder_count
  @reminder_count
end

#reminder_feeObject

Returns the value of attribute reminder_fee.



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

def reminder_fee
  @reminder_fee
end

#scanning_centralObject

Returns the value of attribute scanning_central.



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

def scanning_central
  @scanning_central
end

#sells_forObject

Returns the value of attribute sells_for.



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

def sells_for
  @sells_for
end

#sold_forObject

Returns the value of attribute sold_for.



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

def sold_for
  @sold_for
end

#total_sumObject

Returns the value of attribute total_sum.



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

def total_sum
  @total_sum
end

#typeObject

Returns the value of attribute type.



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

def type
  @type
end