Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 474 Bytes

Billing.md

File metadata and controls

24 lines (18 loc) · 474 Bytes

ForestVPNCloudAPI::Billing

Properties

Name Type Description Notes
id String
name String
country Country
payment_profile PaymentProfile

Example

require 'forestvpn_cloud_api'

instance = ForestVPNCloudAPI::Billing.new(
  id: null,
  name: null,
  country: null,
  payment_profile: null
)