class PayPal::SDK::Merchant::DataTypes::ErrorParameterType

Value of the application-specific error parameter.

Public Class Methods

load_members() click to toggle source
# 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