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



1077
1078
1079
1080
1081
1082
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 1077

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