Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 609 Bytes

File metadata and controls

26 lines (20 loc) · 609 Bytes

Unifapi::ErrorBilling

Properties

Name Type Description Notes
credits_required Integer [optional]
credits_charged Integer [optional]
records_charged Integer [optional]
balance_remaining Integer
truncated_due_to_balance Boolean [optional]

Example

require 'unifapi'

instance = Unifapi::ErrorBilling.new(
  credits_required: null,
  credits_charged: null,
  records_charged: null,
  balance_remaining: null,
  truncated_due_to_balance: null
)