Class: HighLevel::Models::PhoneSystem::PurchasePhoneNumberBodyDto
- Inherits:
-
Data
- Object
- Data
- HighLevel::Models::PhoneSystem::PurchasePhoneNumberBodyDto
- Defined in:
- lib/high_level/models/phone_system/purchase_phone_number_body_dto.rb
Instance Attribute Summary collapse
-
#address_sid ⇒ Object
readonly
Returns the value of attribute address_sid.
-
#bundle_sid ⇒ Object
readonly
Returns the value of attribute bundle_sid.
-
#country_code ⇒ Object
readonly
Returns the value of attribute country_code.
-
#fingerprint_id ⇒ Object
readonly
Returns the value of attribute fingerprint_id.
-
#locality ⇒ Object
readonly
Returns the value of attribute locality.
-
#number_type ⇒ Object
readonly
Returns the value of attribute number_type.
-
#phone_number ⇒ Object
readonly
Returns the value of attribute phone_number.
-
#region ⇒ Object
readonly
Returns the value of attribute region.
-
#skip_location_kyc ⇒ Object
readonly
Returns the value of attribute skip_location_kyc.
Instance Attribute Details
#address_sid ⇒ Object (readonly)
Returns the value of attribute address_sid
9 10 11 |
# File 'lib/high_level/models/phone_system/purchase_phone_number_body_dto.rb', line 9 def address_sid @address_sid end |
#bundle_sid ⇒ Object (readonly)
Returns the value of attribute bundle_sid
9 10 11 |
# File 'lib/high_level/models/phone_system/purchase_phone_number_body_dto.rb', line 9 def bundle_sid @bundle_sid end |
#country_code ⇒ Object (readonly)
Returns the value of attribute country_code
9 10 11 |
# File 'lib/high_level/models/phone_system/purchase_phone_number_body_dto.rb', line 9 def country_code @country_code end |
#fingerprint_id ⇒ Object (readonly)
Returns the value of attribute fingerprint_id
9 10 11 |
# File 'lib/high_level/models/phone_system/purchase_phone_number_body_dto.rb', line 9 def fingerprint_id @fingerprint_id end |
#locality ⇒ Object (readonly)
Returns the value of attribute locality
9 10 11 |
# File 'lib/high_level/models/phone_system/purchase_phone_number_body_dto.rb', line 9 def locality @locality end |
#number_type ⇒ Object (readonly)
Returns the value of attribute number_type
9 10 11 |
# File 'lib/high_level/models/phone_system/purchase_phone_number_body_dto.rb', line 9 def number_type @number_type end |
#phone_number ⇒ Object (readonly)
Returns the value of attribute phone_number
9 10 11 |
# File 'lib/high_level/models/phone_system/purchase_phone_number_body_dto.rb', line 9 def phone_number @phone_number end |
#region ⇒ Object (readonly)
Returns the value of attribute region
9 10 11 |
# File 'lib/high_level/models/phone_system/purchase_phone_number_body_dto.rb', line 9 def region @region end |
#skip_location_kyc ⇒ Object (readonly)
Returns the value of attribute skip_location_kyc
9 10 11 |
# File 'lib/high_level/models/phone_system/purchase_phone_number_body_dto.rb', line 9 def skip_location_kyc @skip_location_kyc end |