Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 397 Bytes

File metadata and controls

20 lines (14 loc) · 397 Bytes

Zernio::PurchaseWhatsAppPhoneNumber200ResponseOneOf

Properties

Name Type Description Notes
message String [optional]
checkout_url String [optional]

Example

require 'zernio-sdk'

instance = Zernio::PurchaseWhatsAppPhoneNumber200ResponseOneOf.new(
  message: null,
  checkout_url: null
)