class PayPal::SDK::Merchant::DataTypes::PhoneNumberType

Country code associated with this phone number.

Public Class Methods

load_members() click to toggle source
# 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