class PayPal::SDK::ButtonManagerRails::DataTypes::ItemTrackingDetailsType
Item Number. Required
Public Class Methods
load_members()
click to toggle source
# File lib/paypal-sdk/button_manager_rails/data_types.rb, line 2968 def self.load_members # Item Number. Required object_of :ItemNumber, String, :namespace => :ebl # Option Quantity. Optional object_of :ItemQty, String, :namespace => :ebl # Item Quantity Delta. Optional object_of :ItemQtyDelta, String, :namespace => :ebl # Item Alert. Optional object_of :ItemAlert, String, :namespace => :ebl # Item Cost. Optional object_of :ItemCost, String, :namespace => :ebl end