Sha256: 52a0a0de450a04b2f12deda3523bb7ff89103a7ff7225182b1106253abbbf2da
Contents?: true
Size: 342 Bytes
Versions: 2
Compression:
Stored size: 342 Bytes
Contents
# BillingApi::ThresholdConfigurationDetails ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **threshold_amount** | **Float** | Threshold billing amount. | | ## Example ```ruby require 'pnap_billing_api' instance = BillingApi::ThresholdConfigurationDetails.new( threshold_amount: 100 ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pnap_billing_api-2.0.0 | docs/ThresholdConfigurationDetails.md |
pnap_billing_api-1.0.0 | docs/ThresholdConfigurationDetails.md |