Class: PayPal::SDK::ButtonManager::DataTypes::PhoneNumberType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManager::DataTypes::PhoneNumberType
- Defined in:
- lib/paypal-sdk/button_manager/data_types.rb
Overview
Country code associated with this phone number.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
670 671 672 673 674 675 676 677 |
# File 'lib/paypal-sdk/button_manager/data_types.rb', line 670 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 |