Class: PayPal::SDK::Merchant::DataTypes::ErrorParameterType

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/merchant/data_types.rb

Overview

Value of the application-specific error parameter.

Class Method Summary collapse

Class Method Details

.load_membersObject



629
630
631
632
633
# File 'lib/paypal-sdk/merchant/data_types.rb', line 629

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