Class: PayPal::SDK::AdaptivePayments::DataTypes::SetPaymentOptionsResponse

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

Overview

The response message for the SetPaymentOption request

Class Method Summary collapse

Class Method Details

.load_membersObject



998
999
1000
1001
1002
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 998

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