Class: PayPal::SDK::Merchant::DataTypes::BMUpdateButtonResponseType

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

Class Method Summary collapse

Class Method Details

.load_membersObject



3582
3583
3584
3585
3586
3587
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3582

def self.load_members
  object_of :Website, String, :namespace => :ns, :required => true
  object_of :Email, String, :namespace => :ns
  object_of :Mobile, String, :namespace => :ns
  object_of :HostedButtonID, String, :namespace => :ns
end