Class: Sellsy::Invoice
- Inherits:
-
Object
- Object
- Sellsy::Invoice
- Defined in:
- lib/sellsy/api.rb,
lib/sellsy/invoices.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#id ⇒ Object
Returns the value of attribute id.
-
#packaging_name ⇒ Object
Returns the value of attribute packaging_name.
-
#shipping_name ⇒ Object
Returns the value of attribute shipping_name.
-
#tax_rate ⇒ Object
Returns the value of attribute tax_rate.
-
#unit_amount ⇒ Object
Returns the value of attribute unit_amount.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
9 10 11 |
# File 'lib/sellsy/invoices.rb', line 9 def amount @amount end |
#client_id ⇒ Object
Returns the value of attribute client_id.
207 208 209 |
# File 'lib/sellsy/api.rb', line 207 def client_id @client_id end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/sellsy/invoices.rb', line 5 def id @id end |
#packaging_name ⇒ Object
Returns the value of attribute packaging_name.
208 209 210 |
# File 'lib/sellsy/api.rb', line 208 def packaging_name @packaging_name end |
#shipping_name ⇒ Object
Returns the value of attribute shipping_name.
209 210 211 |
# File 'lib/sellsy/api.rb', line 209 def shipping_name @shipping_name end |
#tax_rate ⇒ Object
Returns the value of attribute tax_rate.
211 212 213 |
# File 'lib/sellsy/api.rb', line 211 def tax_rate @tax_rate end |
#unit_amount ⇒ Object
Returns the value of attribute unit_amount.
210 211 212 |
# File 'lib/sellsy/api.rb', line 210 def unit_amount @unit_amount end |