Class: PayPal::SDK::ButtonManagerRails::DataTypes::BMGetButtonDetailsRequestType

Inherits:
AbstractRequestType
  • Object
show all
Defined in:
lib/paypal-sdk/button_manager_rails/data_types.rb

Overview

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

Class Method Summary collapse

Class Method Details

.load_membersObject



3528
3529
3530
3531
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 3528

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