Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 510 Bytes

File metadata and controls

20 lines (14 loc) · 510 Bytes

Zernio::PurchaseWhatsAppPhoneNumber200ResponseOneOf1

Properties

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

Example

require 'zernio-sdk'

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