Class: Sellsy::Invoice

Inherits:
Object
  • Object
show all
Defined in:
lib/sellsy/api.rb,
lib/sellsy/invoices.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



9
10
11
# File 'lib/sellsy/invoices.rb', line 9

def amount
  @amount
end

#client_idObject

Returns the value of attribute client_id.



207
208
209
# File 'lib/sellsy/api.rb', line 207

def client_id
  @client_id
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/sellsy/invoices.rb', line 5

def id
  @id
end

#packaging_nameObject

Returns the value of attribute packaging_name.



208
209
210
# File 'lib/sellsy/api.rb', line 208

def packaging_name
  @packaging_name
end

#shipping_nameObject

Returns the value of attribute shipping_name.



209
210
211
# File 'lib/sellsy/api.rb', line 209

def shipping_name
  @shipping_name
end

#tax_rateObject

Returns the value of attribute tax_rate.



211
212
213
# File 'lib/sellsy/api.rb', line 211

def tax_rate
  @tax_rate
end

#unit_amountObject

Returns the value of attribute unit_amount.



210
211
212
# File 'lib/sellsy/api.rb', line 210

def unit_amount
  @unit_amount
end