Class: PayPal::SDK::Invoice::DataTypes::BaseAddress

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

Class Method Summary collapse

Class Method Details

.load_membersObject



37
38
39
40
41
42
43
44
45
# File 'lib/paypal-sdk/invoice/data_types.rb', line 37

def self.load_members
  object_of :line1, String, :required => true
  object_of :line2, String
  object_of :city, String, :required => true
  object_of :state, String
  object_of :postalCode, String
  object_of :countryCode, String, :required => true
  object_of :type, String
end