Class: PayPal::SDK::ButtonManagerRails::DataTypes::PhoneNumberType
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::ButtonManagerRails::DataTypes::PhoneNumberType
- Defined in:
- lib/paypal-sdk/button_manager_rails/data_types.rb
Overview
Country code associated with this phone number.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
677 678 679 680 681 682 683 684 |
# File 'lib/paypal-sdk/button_manager_rails/data_types.rb', line 677 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 |