Class: CheckoutSdk::Accounts::Phone
- Inherits:
-
Object
- Object
- CheckoutSdk::Accounts::Phone
- Defined in:
- lib/checkout_sdk/accounts/phone.rb
Instance Attribute Summary collapse
-
#country_code ⇒ String
ISO 3166-1 alpha-2 country code (Accounts API v3.0), e.g.
- #number ⇒ String
Instance Attribute Details
#country_code ⇒ String
Returns ISO 3166-1 alpha-2 country code (Accounts API v3.0), e.g. "GB".
9 10 11 12 |
# File 'lib/checkout_sdk/accounts/phone.rb', line 9 class Phone attr_accessor :country_code, :number end |
#number ⇒ String
9 10 11 12 |
# File 'lib/checkout_sdk/accounts/phone.rb', line 9 class Phone attr_accessor :country_code, :number end |