Class: PayPal::SDK::Merchant::DataTypes::BMCreateButtonResponseType
- Inherits:
-
AbstractResponseType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractResponseType
- PayPal::SDK::Merchant::DataTypes::BMCreateButtonResponseType
- Defined in:
- lib/paypal-sdk/merchant/data_types.rb
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
3537 3538 3539 3540 3541 3542 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 3537 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 |