Class: PayPal::SDK::AdaptivePayments::DataTypes::ShippingAddressInfo

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

Overview

ShippingAddressInfo.

Class Method Summary collapse

Class Method Details

.load_membersObject



300
301
302
303
304
305
306
307
308
309
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 300

def self.load_members
  object_of :addresseeName, String
  object_of :street1, String
  object_of :street2, String
  object_of :city, String
  object_of :state, String
  object_of :zip, String
  object_of :country, String
  array_of :phone, PhoneNumber
end