Class: PayPal::SDK::Merchant::DataTypes::BMGetButtonDetailsRequestType

Inherits:
AbstractRequestType show all
Defined in:
lib/paypal-sdk/merchant/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



3629
3630
3631
3632
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3629

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