class PayPal::SDK::AdaptivePayments::DataTypes::AccountIdentifier

Public Class Methods

load_members() click to toggle source
# 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