Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 485 Bytes

CreateBillingRequest.md

File metadata and controls

22 lines (16 loc) · 485 Bytes

ForestVPNCloudAPI::CreateBillingRequest

Properties

Name Type Description Notes
name String
country String
payment_profile CreateOrUpdatePaymentProfileRequest

Example

require 'forestvpn_cloud_api'

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