Class: PayPal::AdaptivePayments::InvoiceItem

Inherits:
Object
  • Object
show all
Includes:
Common::Base
Defined in:
lib/paypal/adaptive_payments/invoice_item.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Common::Base

#after_initialize, #build_datetime, #build_value, #camelize, #hash_keys, #initialize, #request, #to_hash, #to_json, #underscore

Instance Attribute Details

#identifierObject

Returns the value of attribute identifier.



6
7
8
# File 'lib/paypal/adaptive_payments/invoice_item.rb', line 6

def identifier
  @identifier
end

#item_countObject

Returns the value of attribute item_count.



9
10
11
# File 'lib/paypal/adaptive_payments/invoice_item.rb', line 9

def item_count
  @item_count
end

#item_priceObject

Returns the value of attribute item_price.



8
9
10
# File 'lib/paypal/adaptive_payments/invoice_item.rb', line 8

def item_price
  @item_price
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/paypal/adaptive_payments/invoice_item.rb', line 5

def name
  @name
end

#priceObject

Returns the value of attribute price.



7
8
9
# File 'lib/paypal/adaptive_payments/invoice_item.rb', line 7

def price
  @price
end