Class: PayPal::SDK::ButtonManagerRails::DataTypes::OptionType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::OptionType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
OptionType PayPal item options for shopping cart.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
1869 1870 1871 1872 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 1869 def self.load_members add_attribute :name, :namespace => :ebl, :required => true add_attribute :value, :namespace => :ebl, :required => true end |