Class: PayPal::SDK::Merchant::DataTypes::PhoneNumberType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::Merchant::DataTypes::PhoneNumberType
- Defined in:
- lib/paypal-sdk/merchant/data_types.rb
Overview
Country code associated with this phone number.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
690 691 692 693 694 695 696 697 |
# File 'lib/paypal-sdk/merchant/data_types.rb', line 690 def self.load_members # Country code associated with this phone number. object_of :CountryCode, String, :namespace => :ebl # Phone number associated with this phone. object_of :PhoneNumber, String, :namespace => :ebl # Extension associated with this phone number. object_of :Extension, String, :namespace => :ebl end |