| Name | Type | Description | Notes |
|---|---|---|---|
| monthly_price | Float | Monthly Price | [optional] |
| pending_charges | Float | The current charges for this subscription | [optional] |
require 'vultr_ruby'
instance = VultrRuby::RegistryMetadataSubscriptionBilling.new(
monthly_price: null,
pending_charges: null
)