Class: PayPal::SDK::ButtonManagerRails::DataTypes::BMCreateButtonResponseType
- Inherits:
-
AbstractResponseType
- Object
- Core::API::DataTypes::Base
- DataType
- AbstractResponseType
- PayPal::SDK::ButtonManagerRails::DataTypes::BMCreateButtonResponseType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
3429 3430 3431 3432 3433 3434 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 3429 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 |