| Name | Type | Description | Notes |
|---|---|---|---|
| billing_history | Array<Billing> | List of all billing history. | [optional] |
| meta | Meta | [optional] |
require 'vultr_ruby'
instance = VultrRuby::ListBillingHistory200Response.new(
billing_history: null,
meta: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| billing_history | Array<Billing> | List of all billing history. | [optional] |
| meta | Meta | [optional] |
require 'vultr_ruby'
instance = VultrRuby::ListBillingHistory200Response.new(
billing_history: null,
meta: null
)