Name | Type | Description | Notes |
---|---|---|---|
id | String | ||
name | String | ||
country | Country | ||
payment_profile | PaymentProfile |
require 'forestvpn_cloud_api'
instance = ForestVPNCloudAPI::Billing.new(
id: null,
name: null,
country: null,
payment_profile: null
)