class PayPal::SDK::AdaptivePayments::DataTypes::WarningData

This type contains the detailed warning information resulting from the service operation.

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/adaptive_payments/data_types.rb, line 587
def self.load_members
  object_of :warningId, Integer
  object_of :message, String
end