Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 759 Bytes

Billing.md

File metadata and controls

28 lines (22 loc) · 759 Bytes

VultrRuby::Billing

Properties

Name Type Description Notes
id Float ID of the billing history item [optional]
date String Date billing history item was generated [optional]
type String Type of billing history item [optional]
description String Description of billing history item [optional]
amount Float Amount for the billing history item in dollars [optional]
balance Float The accounts balance in dollars [optional]

Example

require 'vultr_ruby'

instance = VultrRuby::Billing.new(
  id: null,
  date: null,
  type: null,
  description: null,
  amount: null,
  balance: null
)