Class: PayPal::SDK::Permissions::DataTypes::PersonalData

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

Overview

A property of User Identity data , represented as a Name-value pair with Name being the PersonalAttribute requested and value being the data.

Class Method Summary collapse

Class Method Details

.load_membersObject



232
233
234
235
# File 'lib/paypal-sdk/permissions/data_types.rb', line 232

def self.load_members
  object_of :personalDataKey, PersonalAttribute, :required => true
  object_of :personalDataValue, String, :required => true
end