Class: PayPal::SDK::AdaptivePayments::DataTypes::GetUserLimitsResponse

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

Overview

A response that contains a list of remaining limits

Class Method Summary collapse

Class Method Details

.load_membersObject



1092
1093
1094
1095
1096
1097
1098
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 1092

def self.load_members
  include ResponseStatus
  object_of :responseEnvelope, ResponseEnvelope, :required => true
  array_of :userLimit, UserLimit, :required => true
  object_of :warningDataList, WarningDataList
  array_of :error, ErrorData
end