Class: PayPal::SDK::AdaptivePayments::DataTypes::AccountIdentifier
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::AdaptivePayments::DataTypes::AccountIdentifier
show all
- Defined in:
- lib/paypal-sdk/adaptive_payments/data_types.rb
Class Method Summary
collapse
Class Method Details
.load_members ⇒ Object
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
|