Class: BillysBilling::Payment

Inherits:
Base
  • Object
show all
Defined in:
lib/billys_billing/payment.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

Method Summary

Methods inherited from Base

#[], #initialize, lazy_attr_reader

Methods included from Association

#has_many, #has_one

Constructor Details

This class inherits a constructor from BillysBilling::Base

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



3
4
5
# File 'lib/billys_billing/payment.rb', line 3

def amount
  @amount
end

#created_timeObject

Returns the value of attribute created_time.



3
4
5
# File 'lib/billys_billing/payment.rb', line 3

def created_time
  @created_time
end

#currencyObject

Returns the value of attribute currency.



3
4
5
# File 'lib/billys_billing/payment.rb', line 3

def currency
  @currency
end

#currency_idObject

Returns the value of attribute currency_id.



3
4
5
# File 'lib/billys_billing/payment.rb', line 3

def currency_id
  @currency_id
end

#exchange_rateObject

Returns the value of attribute exchange_rate.



3
4
5
# File 'lib/billys_billing/payment.rb', line 3

def exchange_rate
  @exchange_rate
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/billys_billing/payment.rb', line 3

def id
  @id
end

#invoice_currencyObject

Returns the value of attribute invoice_currency.



3
4
5
# File 'lib/billys_billing/payment.rb', line 3

def invoice_currency
  @invoice_currency
end

Returns the value of attribute paid_date.



3
4
5
# File 'lib/billys_billing/payment.rb', line 3

def paid_date
  @paid_date
end

#successObject

Returns the value of attribute success.



3
4
5
# File 'lib/billys_billing/payment.rb', line 3

def success
  @success
end

#typeObject

Returns the value of attribute type.



3
4
5
# File 'lib/billys_billing/payment.rb', line 3

def type
  @type
end

#urlObject

Returns the value of attribute url.



3
4
5
# File 'lib/billys_billing/payment.rb', line 3

def url
  @url
end