Class: PayPal::SDK::REST::DataTypes::BaseAddress

Inherits:
Base show all
Defined in:
lib/paypal-sdk/rest/data_types.rb

Direct Known Subclasses

Address, InvoiceAddress

Constant Summary

Constants inherited from Core::API::DataTypes::Base

Core::API::DataTypes::Base::ContentKey, Core::API::DataTypes::Base::HashOptions

Instance Attribute Summary

Attributes inherited from Base

#error, #header, #request_id

Class Method Summary collapse

Methods inherited from Base

#http_header, #merge!, #raise_error!, raise_on_api_error, #success?

Methods inherited from Core::API::DataTypes::Base

add_attribute, add_member, array_of, #convert_array, #convert_object, define_alias_methods, #hash_key, #initialize, #member_names, members, #members, #merge!, object_of, #set, #skip_value?, snakecase, #to_hash, #value_to_hash

Methods included from Core::Logging

#log_event, #logger, logger, logger=

Constructor Details

This class inherits a constructor from PayPal::SDK::Core::API::DataTypes::Base

Class Method Details

.load_membersObject



369
370
371
372
373
374
375
376
377
378
379
# 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