Class: PayPal::SDK::AdaptivePayments::DataTypes::WarningData

Inherits:
DataType
  • Object
show all
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_membersObject



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