class PayPal::SDK::AdaptivePayments::DataTypes::ShippingAddressInfo
Public Class Methods
load_members()
click to toggle source
# 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