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



3589
3590
3591
3592
3593
3594
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3589

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