Class: PayPal::SDK::Merchant::DataTypes::BMGetInventoryRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/paypal-sdk/merchant/data_types.rb

Overview

Hosted Button ID of the button to return inventory for. Required Character length and limitations: 10 single-byte numeric characters

Class Method Summary collapse

Class Method Details

.load_membersObject



3730
3731
3732
3733
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3730

def self.load_members
  # Hosted Button ID of the button to return inventory for.  Required Character length and limitations: 10 single-byte numeric characters 
  object_of :HostedButtonID, String, :namespace => :ns, :required => true
end