Class: PayPal::SDK::AdaptivePayments::DataTypes::WarningData
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::AdaptivePayments::DataTypes::WarningData
- Defined in:
- lib/paypal-sdk/adaptive_payments/data_types.rb
Overview
This type contains the detailed warning information resulting from the service operation.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
587 588 589 590 |
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 587 def self.load_members object_of :warningId, Integer object_of :message, String end |