class PayPal::SDK::REST::DataTypes::BaseAddress
Public Class Methods
load_members()
click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 369 def self.load_members object_of :line1, String object_of :line2, String object_of :city, String object_of :country_code, String object_of :postal_code, String object_of :state, String object_of :normalization_status, String object_of :status, String object_of :type, String end