Class: CheckoutSdk::Common::Phone

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/common/phone.rb

Instance Attribute Summary collapse

Instance Attribute Details

#country_codeString

Returns:

  • (String)


9
10
11
12
# File 'lib/checkout_sdk/common/phone.rb', line 9

class Phone
  attr_accessor :country_code,
                :number
end

#numberString

Returns:

  • (String)


9
10
11
12
# File 'lib/checkout_sdk/common/phone.rb', line 9

class Phone
  attr_accessor :country_code,
                :number
end