class PayPal::SDK::REST::DataTypes::Item

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 737
def self.load_members
  object_of :sku, String
  object_of :name, String
  object_of :description, String
  object_of :quantity, String
  object_of :price, String
  object_of :currency, String
  object_of :tax, String
  object_of :url, String
  object_of :category, String
  object_of :weight, Measurement
  object_of :length, Measurement
  object_of :height, Measurement
  object_of :width, Measurement
  array_of  :supplementary_data, NameValuePair
  array_of  :postback_data, NameValuePair
end