Class: PayPal::SDK::AdaptivePayments::DataTypes::GetShippingAddressesResponse

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

Overview

The response to get the shipping addresses available for a payment.

Class Method Summary collapse

Class Method Details

.load_membersObject



1065
1066
1067
1068
1069
1070
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 1065

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