class PayPal::SDK::ButtonManagerRails::DataTypes::BMGetInventoryRequestType

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

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/button_manager_rails/data_types.rb, line 3622
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