Class: Mollie::Invoice::Line

Inherits:
Base
  • Object
show all
Defined in:
lib/mollie/invoice.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attributes

Method Summary

Methods inherited from Base

all, #assign_attributes, cancel, create, #delete, delete, get, id_param, #initialize, parent_id, request, resource_name, update, #update

Constructor Details

This class inherits a constructor from Mollie::Base

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



8
9
10
# File 'lib/mollie/invoice.rb', line 8

def amount
  @amount
end

#countObject

Returns the value of attribute count.



8
9
10
# File 'lib/mollie/invoice.rb', line 8

def count
  @count
end

#descriptionObject

Returns the value of attribute description.



8
9
10
# File 'lib/mollie/invoice.rb', line 8

def description
  @description
end

#periodObject

Returns the value of attribute period.



8
9
10
# File 'lib/mollie/invoice.rb', line 8

def period
  @period
end

#vat_percentageObject

Returns the value of attribute vat_percentage.



8
9
10
# File 'lib/mollie/invoice.rb', line 8

def vat_percentage
  @vat_percentage
end