Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 478 Bytes

File metadata and controls

20 lines (14 loc) · 478 Bytes

Zernio::PurchasePhoneNumber200ResponseOneOf1

Properties

Name Type Description Notes
message String [optional]
phone_number PurchasePhoneNumber200ResponseOneOf1PhoneNumber [optional]

Example

require 'zernio-sdk'

instance = Zernio::PurchasePhoneNumber200ResponseOneOf1.new(
  message: null,
  phone_number: null
)