class PayPal::SDK::ButtonManagerRails::DataTypes::PhoneNumberType
Country code associated with this phone number.
Public Class Methods
load_members()
click to toggle source
# 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