Class: PayPal::SDK::AdaptivePayments::DataTypes::GetPaymentOptionsResponse

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

Overview

The response message for the GetPaymentOption request

Class Method Summary collapse

Class Method Details

.load_membersObject



766
767
768
769
770
771
772
773
774
775
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 766

def self.load_members
  include ResponseStatus
  object_of :responseEnvelope, ResponseEnvelope, :required => true
  object_of :initiatingEntity, InitiatingEntity
  object_of :displayOptions, DisplayOptions
  object_of :shippingAddressId, String
  object_of :senderOptions, SenderOptions
  array_of :receiverOptions, ReceiverOptions
  array_of :error, ErrorData
end