Class: PayPal::SDK::AdaptiveAccounts::DataTypes::AddressType

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

Class Method Summary collapse

Class Method Details

.load_membersObject



533
534
535
536
537
538
539
540
# File 'lib/paypal-sdk/adaptive_accounts/data_types.rb', line 533

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