Class: PayPal::SDK::ButtonManagerRails::DataTypes::ErrorParameterType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::ErrorParameterType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
Value of the application-specific error parameter.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
616 617 618 619 620 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 616 def self.load_members # Value of the application-specific error parameter. object_of :Value, String, :namespace => :ebl add_attribute :ParamID, :namespace => :ebl, :required => true end |