Class: PayPal::SDK::AdaptivePayments::DataTypes::InvoiceItem
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::AdaptivePayments::DataTypes::InvoiceItem
- Defined in:
- lib/paypal-sdk/adaptive_payments/data_types.rb
Overview
Describes an individual item for an invoice.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
405 406 407 408 409 410 411 |
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 405 def self.load_members object_of :name, String object_of :identifier, String object_of :price, Float object_of :itemPrice, Float object_of :itemCount, Integer end |