Class: PayPal::SDK::AdaptivePayments::DataTypes::AccountIdentifier

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

Class Method Summary collapse

Class Method Details

.load_membersObject



37
38
39
40
41
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 37

def self.load_members
  object_of :email, String
  object_of :phone, PhoneNumberType
  object_of :accountId, String
end